{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.6", "express": "^5.2.1" }, "devDependencies": { "jest": "^30.2.0", "supertest": "^7.2.2" } }