-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
54 lines (54 loc) · 1.32 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "discord-bot",
"version": "1.0.0",
"description": "Discord Bot Made By FirezTheGreat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "12.16.1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"aki-api": "^5.0.0",
"amethyste-api": "^1.1.3",
"canvas": "^2.6.1",
"canvas-constructor": "^3.2.0",
"cheerio": "^1.0.0-rc.6",
"common-tags": "^1.8.0",
"dblapi.js": "^2.4.0",
"discord-backup": "^2.4.1",
"discord-giveaways": "^4.4.3",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "^0.0.2",
"fs-nextra": "^0.5.1",
"giphy-api": "^2.0.1",
"http": "^0.0.0",
"iso-639-1": "^2.1.2",
"jimp": "^0.13.0",
"js-yaml": "^4.1.0",
"mathjs": "^6.6.5",
"ms": "^2.1.2",
"node-fetch": "^2.6.0",
"node-superfetch": "^0.1.10",
"opusscript": "0.0.7",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"pokersolver": "^2.1.3",
"quick.db": "^7.1.1",
"random-puppy": "^1.1.0",
"relevant-urban": "^2.0.0",
"simple-youtube-api": "^5.2.1",
"superagent": "^6.1.0",
"weather-js": "^2.0.0",
"wikijs": "^6.0.0",
"ytdl-core": "^4.5.0"
},
"devDependencies": {}
}