{ "name": "passes-back", "version": "1.0.0", "description": "Backend for passes managment website", "main": "index.js", "scripts": { "start": "node index.js" }, "author": "ppechenkoo", "license": "ISC", "dependencies": { "bcrypt": "^5.1.1", "cors": "^2.8.5", "dotenv": "^16.4.2", "express": "^4.18.2", "fs": "^0.0.1-security", "jsonwebtoken": "^9.0.2", "luxon": "^3.4.4", "mssql": "^10.0.2", "multer": "^1.4.5-lts.1", "path": "^0.12.7" } }