-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 884 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 884 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
{
"name": "discordbotnode",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cp -r node_modules/m3u8stream/dist node_modules/m3u8stream/lib && node bot.js"
},
"author": "Viktor Svensson",
"license": "ISC",
"dependencies": {
"@discordjs/uws": "^11.149.1",
"bufferutil": "^4.0.1",
"color-diff": "^1.1.0",
"discord.js": "^11.5.1",
"dotenv": "^5.0.1",
"erlpack": "github:hammerandchisel/erlpack",
"ffmpeg-binaries": "^4.0.0",
"fortnitetracker-7days-stats": "^3.3.1",
"jimp": "^0.2.28",
"libsodium-wrappers": "^0.7.5",
"node-opus": "^0.3.2",
"request": "^2.88.0",
"twemoji": "^12.1.2",
"youtube-finder": "^1.0.1",
"ytdl-core": "^1.0.7",
"ytdl-core-discord": "^1.0.3"
},
"engines": {
"node": "9.4.0"
}
}