{ "name": "bsfe_server", "version": "0.0.1", "description": "Server for BarcodeScannerForEmployees", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.foxarmy.org/leca/bsfe_server" }, "author": "leca", "license": "WTFPL", "dependencies": { "bcrypt": "^5.1.1", "express": "^4.21.1", "jsonwebtoken": "^9.0.2", "multer": "^1.4.5-lts.1", "nodemon": "^3.1.7", "path": "^0.12.7", "pg": "^8.13.1" }, "type": "module" }