-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 958 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
{
"name": "discord-bot",
"description": "My first ever Discord Bot. His name is Snacky",
"main": "src/index.ts",
"scripts": {
"start": "ts-node --files .",
"start-canary": "VERSION=CANARY ts-node --files ."
},
"engines": {
"node": "14.x"
},
"author": "snacksncode",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@types/mongoose": "^5.10.3",
"@types/node": "^14.11.8",
"bufferutil": "^4.0.2",
"colors": "^1.4.0",
"discord-ytdl-core": "^5.0.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"fast-glob": "^3.2.4",
"ffmpeg-static": "^4.2.7",
"mongoose": "^5.12.1",
"node-gyp": "^7.1.2",
"node-vibrant": "^3.2.1-alpha.1",
"sodium": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"utf-8-validate": "^5.0.3",
"ytdl-core": "^4.4.3",
"ytpl": "^2.0.1",
"ytsr": "^2.0.1",
"zlib-sync": "^0.1.7"
}
}