2026-06-07 20:42:34 +02:00
|
|
|
{
|
|
|
|
|
"name": "airclientauth",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node index.js",
|
2026-06-07 21:17:07 +02:00
|
|
|
"airclientauth": "node index.js"
|
2026-06-07 20:42:34 +02:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|