{ "name": "@phc/problemi-server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start:frontend": "cd frontend && npm run dev", "start:server": "node ./main.js", "start": "concurrently npm:start:server npm:start:frontend" }, "license": "MIT", "dependencies": { "body-parser": "^1.20.1", "chalk": "^5.1.2", "cookie-parser": "^1.4.6", "express": "^4.18.2" }, "devDependencies": { "concurrently": "^7.5.0", "npm-run-all": "^4.1.5" } }