forked from xqwtxon/Terroror.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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
{
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.20.2",
"discord.js": "^13.2.0",
"disnotify": "^1.2.7",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"snekfetch": "^4.0.4",
"chalk": "4.1.2"
},
"name": "superterroror",
"version": "1.0.0",
"description": "The terroring bot for Discord!",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MincoMK/SuperTerroror.git"
},
"keywords": [
"discord",
"bot",
"terror"
],
"author": "Minco",
"license": "MIT",
"bugs": {
"url": "https://github.com/MincoMK/SuperTerroror/issues"
},
"homepage": "https://www.minco.kro.kr/"
}