{ "name": "hope-events", "version": "1.0", "main": "index.js", "scripts": { "dev:backend": "cd backend && npm run dev", "dev:frontend": "cd frontend && npm run dev", "start:backend": "cd backend && npm run start", "start:frontend": "cd frontend && npm run start", "start": "concurrently \"npm run start:backend\" \"npm run start:frontend\"", "dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "concurrently": "^9.2.1" }, "dependencies": { "express-rate-limit": "^8.3.1" } }