-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 KB
/
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
42
43
44
45
46
47
{
"name": "Undead_Murderer_Discord_Bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "13.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "latest",
"@discordjs/uws": "^11.149.1",
"better-sqlite3": "^7.1.2",
"bufferutil": "^4.0.2",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"erlpack": "discordapp/erlpack",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"express.js": "^1.0.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"fs": "^0.0.1-security",
"isomorphic-fetch": "^3.0.0",
"klaw": "^3.0.0",
"libsodium-wrappers": "^0.7.8",
"m3u8stream": "^0.8.3",
"nan": "^2.14.2",
"node": "^15.4.0",
"node-fetch": ">=2.6.1",
"node-gyp": "^7.1.2",
"path": "^0.12.7",
"promisify": "^0.0.3",
"readdir": "^1.0.2",
"simple-youtube-api": "^5.2.1",
"sodium": "^3.0.2",
"uws": "^200.0.0",
"ytdl-core": "^4.2.1",
"ytdl-getinfo": "^1.1.0"
}
}