-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (31 loc) · 848 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
30
31
32
{
"name": "karaoke-party",
"version": "1.0.0",
"description": "hello world",
"main": "index.js",
"scripts": {
"io": "python server.py --prefix server",
"client": "npm run start --prefix client",
"start": "concurrently \"npm run client \" \"npm run io\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aradhya-B/karaoke-party.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Aradhya-B/karaoke-party/issues"
},
"homepage": "https://github.com/Aradhya-B/karaoke-party#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"crunker": "^0.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"media-split": "^5.1.2"
"concurrently": "^5.3.0",
"express": "^4.17.1",
"socket.io": "^3.1.0"
}
}