forked from LeaPhant/skyflower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 952 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
35
36
37
{
"name": "skybot",
"version": "1.0.0",
"description": "A cool bot for the sky.lea.moe Discord Server",
"main": "index.js",
"scripts": {
"postinstall": "node init",
"start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeaPhant/skybot.git"
},
"author": "LeaPhant",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaPhant/skybot/issues"
},
"homepage": "https://github.com/LeaPhant/skybot#readme",
"dependencies": {
"@keyv/redis": "^2.1.2",
"axios": "^0.19.2",
"chalk": "^4.0.0",
"discord.js": "^12.2.0",
"jaro-winkler": "^0.2.8",
"keyv": "^4.0.1",
"lodash": "^4.17.20",
"mathjs": "^6.6.4",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"numeral": "^2.0.6",
"object-path": "^0.11.4",
"semver": "^7.3.2"
}
}