{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "bcryptjs": "^3.0.3", "better-sqlite3": "^12.8.0", "cors": "^2.8.6", "dotenv": "^17.4.1", "express": "^5.2.1", "jsonwebtoken": "^9.0.3", "multer": "^2.1.1", "pdf-lib": "^1.17.1" } }