This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "discordbot",
"version": "8.0.0",
"description": "<p align=\"center\"> <img src=\"https://i.imgur.com/5WDYzyG.png\" widht=\"420\" height=\"290\"><br/> </p> <br/><br/>",
"main": "CookieMonstaBOT.js",
"nodemonConfig": {
"ignore": [
"devonly/*"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tuty",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"@jimp/plugin-invert": "^0.9.5",
"@mixer/client-node": "^3.5.0",
"amethyste-api": "^1.1.2",
"axios": "^0.19.2",
"bufferutil": "^4.0.1",
"cheerio": "^1.0.0-rc.3",
"colors": "^1.4.0",
"dblapi.js": "^2.4.0",
"discord.js": "^12.0.2",
"erlpack": "github:hammerandchisel/erlpack",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.0.1",
"figlet": "^1.3.0",
"flip-text": "^1.1.0",
"gm": "^1.23.1",
"ignore-case": "^0.1.0",
"jimp": "^0.9.5",
"leet": "^1.3.0",
"libsodium-wrappers": "^0.7.6",
"long": "^4.0.0",
"merge-img": "^2.1.3",
"moji-translate": "^1.0.8",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"node-opus": "^0.3.3",
"orc-me": "^1.0.6",
"steamapi": "^2.0.7",
"steamid": "^1.1.3",
"steamrep": "^1.0.1",
"valid-url": "^1.0.9",
"word-wrap": "^1.2.3"
}
}