Files
airclientauth/package.json
T
2026-06-07 20:42:34 +02:00

23 lines
471 B
JSON

{
"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"
}
}