-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 854 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
36
37
38
39
{
"name": "api-ecommerce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"boom": "^6.0.0",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"eslint": "^4.10.0",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"jest": "^21.2.1",
"jsonwebtoken": "^8.1.0",
"knex": "^0.13.0",
"lodash.isfunction": "^3.0.8",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"mocha": "^4.0.1",
"mock-knex": "^0.3.9",
"nodemon": "^1.12.1",
"pg": "^7.3.0",
"yup": "^0.23.0"
},
"devDependencies": {
"node-mocks-http": "^1.6.6",
"supertest": "^3.0.0"
},
"scripts": {
"test": "jest --coverage",
"knex": "knex",
"start": "node .",
"start:dev": "nodemon"
},
"author": "",
"license": "ISC"
}