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