-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 823 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 823 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
34
{
"name": "triplebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord-emojify": "^1.0.9",
"discord-gamecord": "^2.0.0",
"discord.js": "^13.8.1",
"discord.js-commando": "github:discordjs/commando",
"discordjs-button-pagination": "^3.0.1",
"dotenv": "^16.0.1",
"lib": "^4.3.3",
"module-alias": "^2.2.2",
"mongoose": "^6.4.4",
"redis": "^4.2.0",
"snakecord": "^1.0.9",
"wokcommands": "^1.5.3"
},
"_moduleAliases": {
"@root": ".",
"@schemas": "schemas",
"@util": "util",
"@features": "features/features",
"@commands": "commands/commands"
}
}