-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) Β· 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) Β· 906 Bytes
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
36
{
"name": "soundpicker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon --exec babel-node ./bin/www"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@jeromeludmann/youtubemp3": "^0.7.7",
"aws-sdk": "^2.819.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"ffmpeg": "0.0.4",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mp3-cutter": "^1.0.6",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.2.5",
"node-schedule": "^2.0.0",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"slack-node": "^0.1.8",
"socket.io": "^3.0.5",
"youtube-dl": "^3.0.2",
"youtube-mp3-downloader": "^0.7.6",
"ytdl-core": "^4.3.0"
}
}