-
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) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 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": "sky_prova",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/server.js --ignore __tests__ ",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.7",
"bcryptjs": "^2.4.3",
"date-fns": "^2.0.0-beta.5",
"express": "^4.17.1",
"jest": "^24.9.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.13",
"node-uuid": "^1.4.8",
"sequelize": "^5.21.2",
"supertest": "^4.0.2",
"yup": "^0.27.0"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"nodemon": "^2.0.1",
"prettier": "^1.19.1",
"sucrase": "^3.10.1"
}
}