Files
json-server-vercel/package.json
T
2024-01-13 22:28:53 +07:00

24 lines
605 B
JSON

{
"name": "json-server-vercel",
"version": "1.0.0",
"description": "Deploy JSON Server to Vercel",
"type": "module",
"main": "api/server.js",
"scripts": {
"start-flask": "python api/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"
}
}