forked from SystemMasters/ReviewDataCenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 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
{
"name": "reviewdatacenter",
"version": "1.0.0",
"description": "Ratings and Reviews micro-service",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"start": "nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SystemMasters/ReviewDataCenter.git"
},
"author": "Duncan Ragsdale",
"license": "ISC",
"bugs": {
"url": "https://github.com/SystemMasters/ReviewDataCenter/issues"
},
"homepage": "https://github.com/SystemMasters/ReviewDataCenter#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"jest": "^27.3.1",
"k6": "^0.0.0",
"supertest": "^6.1.6",
"webpack": "^5.64.1"
},
"dependencies": {
"bluebird": "^3.7.2",
"express": "^4.17.1",
"mongoose": "^6.0.13"
}
}