-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
36 lines (36 loc) · 835 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
{
"name": "grandmaster",
"version": "0.1.0",
"description": "",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "Jeffrey Hyer <[email protected]>",
"license": "MIT",
"dependencies": {
"bufferutil": "^3.0.3",
"command-line-args": "^5.0.1",
"date-fns": "^1.29.0",
"dotenv": "^4.0.0",
"mysql": "^2.16.0",
"nodemailer": "^6.6.1",
"redis": "^3.1.1",
"regression": "^2.0.1",
"table": "^4.0.3",
"utf-8-validate": "^4.0.0",
"ws": "^5.2.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"jest-cli": "^22.1.4"
},
"jest": {
"testEnvironment": "node"
}
}