{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node server.js", "dev": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "better-sqlite3": "^12.8.0", "cors": "^2.8.6", "express": "^5.2.1", "express-rate-limit": "^8.3.1" } }