-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 938 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
{
"name": "tyrox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nodemon index.js"
},
"keywords": [],
"author": "vyzo",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.6.0",
"axios": "^0.21.1",
"canvas": "^2.8.0",
"cheerio": "^1.0.0-rc.10",
"common-tags": "^1.8.0",
"discord-player": "^5.2.2",
"discord-together": "^1.3.1",
"discord-webhook-node": "^1.1.8",
"discord.js": "^13.1.0",
"discordjs-button-pagination": "^1.0.7",
"ffmpeg-static": "^4.4.0",
"fs": "^0.0.1-security",
"glob": "^7.1.7",
"lodash": "^4.17.21",
"mongodb": "^4.1.0",
"node-fetch": "^2.6.1",
"reconlx": "^2.2.0",
"request": "^2.88.2",
"roll": "^1.3.1",
"steamid": "^2.0.0"
}
}