-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
34 lines (34 loc) · 841 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": "kalopsia-bot",
"version": "2.0.0",
"main": "src/Main.js",
"scripts": {
"watch": "tsc -w",
"dev": "nodemon --watch dist",
"run": "node ."
},
"repository": "https://github.com/Monochromish/Kalopsia-Bot.git",
"author": "Monochromish",
"license": "MIT",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"anilist-node": "^1.11.2",
"axios": "^0.26.1",
"bad-words": "^3.0.4",
"canvas": "^2.9.1",
"consola": "^2.15.3",
"discord.js": "^13.6.0",
"dotenv": "^11.0.0",
"glob": "^7.2.0",
"html-entities": "^2.3.3",
"mathjs": "^10.0.2",
"moment": "^2.29.3",
"mongoose": "^6.1.6",
"ms": "^2.1.3",
"node-fetch": "2.5.0",
"node-superfetch": "^0.2.3",
"twemoji-parser": "^14.0.0",
"weather-js": "^2.0.0",
"wikijs": "^6.3.3"
}
}