-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 932 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
{
"name": "2020-dblandit-tp-api-rest",
"version": "1.0.0",
"description": "Trabajo practico para la capacitacion de DBLandIt - Modulo Node.js",
"main": "app.js",
"scripts": {
"start": "nodemon --inspect app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinszuchet/2020-dblandit-tp-api-rest.git"
},
"author": "Kevin Szuchet",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevinszuchet/2020-dblandit-tp-api-rest/issues"
},
"homepage": "https://github.com/kevinszuchet/2020-dblandit-tp-api-rest#readme",
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.3.1",
"lodash": "^4.17.15",
"mongoose": "^5.8.10",
"winston": "^3.2.1"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}