mirror of
https://github.com/Nezumi-2711/json-server-vercel.git
synced 2026-09-22 05:31:51 +00:00
Implement youtube-api
This commit is contained in:
+13
-2
@@ -2,11 +2,22 @@
|
||||
"name": "json-server-vercel",
|
||||
"version": "1.0.0",
|
||||
"description": "Deploy JSON Server to Vercel",
|
||||
"type": "module",
|
||||
"main": "api/server.js",
|
||||
"scripts": {
|
||||
"start": "node api/server.js"
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user