-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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": "loja-api-model",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 2000 --exit",
"dev": "SET NODE_ENV=development & nodemon server.js",
"build": "SET NODE_ENV=production pm2 start server.js --name=\"ecommerce-api\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@hapi/joi-date": "^2.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-validator": "^6.6.1",
"faker": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.10.14",
"mongoose-paginate": "^5.0.3",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node": "^15.3.0",
"node-correios": "^3.0.2",
"node-pagseguro": "^0.1.9",
"nodemailer": "^6.4.16",
"nodemon": "^2.0.6",
"request": "^2.88.2",
"xml2js": "^0.4.23",
"xml2json": "^0.12.0"
}
}