Files
2026-06-07 21:17:07 +02:00

22 lines
412 B
JSON

{
"name": "airclientauth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"airclientauth": "node index.js"
},
"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"
}
}