-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
39
40
41
42
{
"name": "thecatapi-discord-commando-bot",
"version": "1.0.0",
"description": "Blizzard | Discord Moderation Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CollierDevs",
"license": "ISC",
"dependencies": {
"@keyv/postgres": "^1.0.16",
"canvas": "^2.6.1",
"chalk": "^3.0.0",
"common-tags": "^1.8.0",
"dadjokes-wrapper": "^0.1.4",
"dblapi.js": "^2.4.0",
"discord.js": "^12.0.2",
"discord.js-commando": "github:discordjs/Commando",
"discord.js-musicbot-addon": "^13.9.1",
"dotenv": "^8.2.0",
"hastebin-gen": "^2.0.5",
"imdb-api": "^4.0.3",
"keyv": "^4.0.0",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.3",
"omdbapi": "^3.0.0",
"query-string": "^6.11.1",
"r2": "^2.0.1",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"sylphy": "^0.4.5",
"tenorjs": "^1.0.7",
"util": "^0.12.2",
"winston": "^3.2.1",
"ytdl-core": "^2.0.0"
},
"devDependencies": {
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1"
}
}