-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "desafio",
"version": "1.0.0",
"description": "asda",
"main": "index.js",
"repository": "asd",
"author": "Michel dos Santos Kuguio <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"start": "nodemon --exec babel-node index.js ",
"test": "jest"
},
"dependencies": {
"@babel/polyfill": "^7.8.3",
"@hapi/hapi": "^19.1.1",
"@hapi/inert": "^6.0.1",
"@hapi/joi": "^17.1.0",
"@hapi/vision": "^6.0.0",
"hapi-auth-jwt2": "^9.0.1",
"hapi-swagger": "^12.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/plugin-proposal-class-properties":"^7.8.3",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-prettier": "^3.1.2",
"filter-files": "^0.4.0",
"is-directory": "^0.3.1",
"jest": "^25.1.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1"
}
}