-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1002 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
36
{
"name": "boilerplate-node",
"version": "2.0.0",
"description": "Boilerplate para aplicações nodejs",
"main": "server.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": "git+https://github.com/mpsdantas/boilerplate-node.git",
"author": "Marcus Paulo Soares Dantas",
"license": "MIT",
"bugs": {
"url": "https://github.com/mpsdantas/boilerplate-node/issues"
},
"homepage": "https://github.com/mpsdantas/boilerplate-node#readme",
"dependencies": {
"body-parser": "1.19.1",
"consign": "0.1.6",
"cors": "^2.8.5",
"dotenv": "16.0.0",
"express": "4.16.4",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"match-sorter": "^6.3.1",
"module-alias": "^2.2.2",
"mongoose": "6.2.1",
"mongoose-transactions": "^1.1.4",
"morgan": "1.10.0",
"request": "^2.88.2",
"simple-node-logger": "^21.8.12"
}
}