-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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": "eras-api",
"version": "2.1.1",
"description": "API for Eras of Style",
"main": "index.js",
"scripts": {
"lint": "eslint ./src",
"start": "node ./index.js",
"start:dev": "nodemon ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.0",
"boom": "^5.2.0",
"dotenv": "^4.0.0",
"fuse.js": "^3.0.5",
"good": "^7.1.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
"hapi": "^16.5.2",
"hapi-auth-jwt2": "^7.3.0",
"inert": "^4.2.1",
"joi": "^10.4.1",
"jsonwebtoken": "^7.4.3",
"mailgun-js": "^0.13.1",
"mysql2": "^1.4.1",
"sequelize": "^4.6.0",
"sharp": "^0.18.2"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"nodemon": "^1.11.0"
}
}