{ "name": "json-server-vercel", "version": "1.0.0", "description": "Deploy JSON Server to Vercel", "type": "module", "main": "api/server.js", "scripts": { "start-flask": "python main.py", "start-express": "nodemon api/server.js", "start":"npm run start-proxy & npm run start-flask & npm run start-express" }, "dependencies": { "json-server": "^0.17.4", "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.18.2", "http-proxy-middleware": "^2.0.6", "node-youtube-music": "^0.10.3" }, "devDependencies": { "concurrently": "^8.2.2" } }