-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 941 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
33
34
35
36
37
38
39
40
41
{
"name": "zev",
"version": "1.0.0",
"description": "Entry for SkyDB Hackathon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": ">=12.0"
},
"engines": {
"node": ">=12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3scava1i3r/Zev.git"
},
"author": "3scava1i3r",
"license": "ISC",
"bugs": {
"url": "https://github.com/3scava1i3r/Zev/issues"
},
"homepage": "https://github.com/3scava1i3r/Zev#readme",
"dependencies": {
"async_hooks": "^1.0.0",
"discord.js": "^12.4.1",
"electron-webrtc": "^0.3.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"glitchy-ping": "^0.3.2",
"node-fetch": "^2.6.1",
"node-forge": "^0.10.0",
"opusscript": "0.0.7",
"wrtc": "^0.4.6",
"ytdl-core": "^4.0.5",
"ytsearcher": "^1.2.3"
}
}