forked from reactivepixel/Max-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 835 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 835 Bytes
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
{
"name": "max",
"version": "1.3.2",
"description": "",
"main": "bot/client.js",
"engines": {
"node": "v8.8.1",
"npm": "5.5.1"
},
"scripts": {
"start": "pm2 start max.config.js --no-daemon",
"test": "mocha"
},
"keywords": [],
"author": "Chapman - Chapman@Apextion.com",
"dependencies": {
"apex-util": "^2.0.3",
"chai": "^4.1.1",
"discord.js": "^11.1.0",
"dotenv": "^4.0.0",
"eslint": "^4.3.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-standard": "^1.4.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"gulp": "^3.9.1",
"mocha": "^3.5.0",
"mocha-eslint": "^4.1.0",
"mysql2": "^1.4.2",
"nodemailer": "^4.4.0",
"sequelize": "^4.22.5",
"uuid": "^3.1.0"
}
}