forked from jmiln/SWGoHBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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
{
"name": "swgohbot",
"version": "2.0.0",
"description": "Bot for a SWGoH Discord server",
"main": "swgohBot.js",
"scripts": {
"lint": "eslint",
"start": "node swgohBot.js"
},
"author": "Jeff",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jmiln/SWGoHBot.git"
},
"dependencies": {
"api-swgoh-help": "^3.3.0",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^11.5.1",
"fuse-js-latest": "^3.1.0",
"lodash": ">=4.17.13",
"moment": "^2.24.0",
"moment-duration-format": "^1.3.0",
"moment-timezone": "^0.5.27",
"mongodb": "^3.4.1",
"ms": "^2.1.2",
"mysql": "^2.17.1",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.2",
"pg": "^7.15.1",
"pg-hstore": "^2.3.3",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"sequelize": "^5.21.3",
"snekfetch": "^3.6.4",
"swgoh-stat-calc": "^1.0.8"
},
"engines": {
"node": "^8.4.0"
}
}