forked from marjobtw/horsebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 797 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
{
"name": "horsebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"canvas": "^2.8.0",
"child_process": "^1.0.2",
"country-code-emoji": "^2.3.0",
"country-list": "^2.2.0",
"discord.js": "^14.14.1",
"discord.js-pages": "^1.4.4",
"dotenv": "^10.0.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"request": "^2.88.2",
"resize-image-buffer": "^1.0.0",
"sharp": "^0.28.3",
"simple-git": "^3.24.0",
"string-similarity": "^4.0.4",
"trello-events": "^0.1.7",
"util": "^0.12.4",
"xml2json": "^0.12.0"
},
"devDependencies": {
"axios": "^0.21.1"
}
}