-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "yt_music",
"version": "1.0.0",
"description": "Express Rest API for YouTube Music API Package",
"main": "index.js",
"scripts": {
"serve": "supervisor index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/abetwothree/youtube-music-rest-api-microservice"
},
"author": "Abraham Arango",
"license": "MIT",
"bugs": {
"url": "https://github.com/abetwothree/youtube-music-rest-api-microservice/issues"
},
"homepage": "https://github.com/abetwothree/youtube-music-rest-api-microservice#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"helmet": "^5.1.1",
"morgan": "^1.10.0",
"rootrequire": "^1.0.0",
"supervisor": "^0.12.0",
"youtube-music-api": "https://github.com/abetwothree/youtube-music-api.git"
}
}