first commit

This commit is contained in:
Patrick
2026-06-07 20:42:34 +02:00
commit be434d7e6f
5 changed files with 1917 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "airclientauth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"airclientauth": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"bcryptjs": "^3.0.3",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"sqlite": "^5.1.1",
"sqlite3": "^6.0.1"
}
}