-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 896 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
37
38
{
"name": "reviews-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon ./server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peritomoreno/reviews-service.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/peritomoreno/reviews-service/issues"
},
"homepage": "https://github.com/peritomoreno/reviews-service#readme",
"dependencies": {
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongodb": "^3.5.5",
"mongoose": "^5.9.7",
"mongoose-auto-increment": "^5.0.1",
"nodemon": "^2.0.2",
"redis": "^3.0.2",
"util": "^0.12.2"
},
"devDependencies": {
"csv": "^5.3.2",
"fs": "0.0.1-security",
"jest": "^25.4.0"
}
}