forked from TheBastionBot/Bastion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
{
"name": "bastion",
"version": "7.0.0-alpha.36",
"description": "Give awesome perks to your Discord server!",
"url": "https://bastionbot.org/",
"main": "index.js",
"scripts": {
"build:commandStrings": "node -r ./utils/globals.js utils/generateCommandStrings.js",
"build": "npm run build:commandStrings",
"test:lint": "./node_modules/.bin/eslint .",
"test:modules": "node -r ./utils/globals.js tests/modules.js",
"test:boot": "node -r ./utils/globals.js tests/boot.js",
"test": "npm run test:lint && npm run test:modules && npm run test:boot",
"start": "node -r ./utils/globals.js index.js",
"start:noshard": "node -r ./utils/globals.js bastion.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TheBastionBot/Bastion.git"
},
"author": "Sankarsan Kampa",
"authorUrl": "https://sankarsankampa.com",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TheBastionBot/Bastion/issues"
},
"homepage": "https://bastionbot.org",
"dependencies": {
"@k3rn31p4nic/google-translate-api": "~1.0.4",
"chalk": "~2.4.1",
"cheerio": "~1.0.0-rc.2",
"cleverbot.js": "~1.0.0",
"color-convert": "~1.9.2",
"command-line-args": "github:k3rn31p4nic/command-line-args",
"cron": "~1.3.0",
"discord.js": "~11.3.2",
"gamedig": "~1.0.46",
"hirez.js": "~2.0.0",
"kitsu": "~5.2.0",
"locke": "github:TheBastionBot/Locke#v0.9.0",
"lzutf8": "~0.5.0",
"mathjs": "~5.0.0",
"node-json-db": "~0.7.5",
"node-opus": "~0.3.0",
"overwatch-js": "~1.8.0",
"pokedex-api": "~1.1.1",
"rainbowsix-api-node": "~0.0.1",
"request": "~2.87.0",
"request-promise-native": "~1.0.5",
"sequelize": "~4.38.0",
"snekfetch": "~4.0.4",
"sqlite": "~2.9.2",
"sqlite3": "~4.0.2",
"tesseract": "github:TheBastionBot/Tesseract#v0.0.2",
"weather-js": "~2.0.0",
"webshot": "~0.18.0",
"word-definition": "~2.1.6",
"xkcd": "~1.1.3",
"youtube-dl": "github:przemyslawpluta/node-youtube-dl"
},
"devDependencies": {
"eslint": "^5.0.0"
}
}