-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
35 lines (35 loc) · 957 Bytes
/
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
{
"name": "backend-api",
"version": "1.0.0",
"description": "Projeto de desenvolvimento de API - T7",
"main": "loader.js",
"scripts": {
"dev": "nodemon",
"production": "pm2 start loader.js --name backend-api-t7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qa-Coders/backend-api-nodejs-t7.git"
},
"author": "William A. da Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/Qa-Coders/backend-api-nodejs-t7/issues"
},
"homepage": "https://github.com/Qa-Coders/backend-api-nodejs-t7#readme",
"dependencies": {
"args-parser": "^1.3.0",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"express-query-int": "^3.0.0",
"lodash": "^4.17.21",
"mongoose": "^6.9.0",
"mongoose-beautiful-unique-validation": "^7.1.1",
"mongoose-paginate": "^5.0.3",
"node-restful": "^0.2.6",
"pm2": "^5.2.2"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}