-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 Bytes
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
{
"name": "Reviews-API-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/index.js",
"start:prod": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yichunjin/Reviews-API-service.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yichunjin/Reviews-API-service/issues"
},
"homepage": "https://github.com/yichunjin/Reviews-API-service#readme",
"dependencies": {
"express": "^4.17.1",
"fastify": "^3.18.1",
"mongoose": "^5.12.14",
"morgan": "^1.10.0",
"newrelic": "^7.5.1",
"pg": "^8.6.0"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-plugin-react": "^7.24.0"
}
}