-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage1.json
35 lines (35 loc) · 847 Bytes
/
package1.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
30
31
32
33
34
35
{
"name": "express",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon ./index.js"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"browserify-fs": "^1.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-zip": "^3.0.0",
"ffmpeg": "^0.0.4",
"metaget": "^1.0.7",
"node-html-parser": "^6.1.5",
"node-spotify-api": "^1.1.1",
"nodemon": "^2.0.22",
"parse-imports": "^1.1.1",
"request": "^2.88.2",
"socket.io": "^4.6.1",
"spdl-core": "^2.0.2",
"spotify-dl": "^1.1.0",
"spotify-uri": "^3.0.4",
"spotify-url-info": "^3.2.5",
"ytdl": "^1.4.1",
"ytdl-core": "github:GreepTheSheep/node-ytdl-core"
}
}