mirror of
https://github.com/Nezumi-2711/json-server-vercel.git
synced 2026-09-22 20:01:31 +00:00
24 lines
601 B
JSON
24 lines
601 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 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"
|
|
}
|
|
}
|