{ "name": "backend", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "start": "node app.js", "test": "npx playwright test" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.20.0", "express": "^4.18.1", "mongodb": "^4.9.1" }, "devDependencies": { "@playwright/test": "^1.25.1", "playwright": "^1.25.1" } }