-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 739 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 739 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
{
"name": "fitafitblog",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "nodemon .",
"test": "node -r esm ./node_modules/.bin/lab"
},
"author": "Willyan L. Machado",
"license": "ISC",
"dependencies": {
"@hapi/boom": "^8.0.1",
"@hapi/code": "^7.0.0",
"@hapi/hapi": "^18.4.0",
"@hapi/joi": "^16.1.7",
"@hapi/lab": "^21.0.0",
"bcrypt": "^3.0.7",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"hapi-auth-jwt2": "^8.8.1",
"hapi-router": "^5.0.0",
"hapi-sequelizejs": "^3.1.0",
"http-status": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.0.0",
"sequelize": "^5.21.2"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}