-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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": "NodeJS_MockJsonAPI_server",
"version": "1.1.2",
"private": true,
"scripts": {
"test": "mocha",
"dev": "pm2-dev start ecosystem.config.js",
"dev-start": "pm2 startOrRestart ecosystem.config.js --watch --env development && pm2 log NodeJS_MockJsonAPI_server",
"start": "pm2 startOrRestart ecosystem.config.js --env production",
"deploy": "npm ci && npm run start"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"chalk": "^2.4.2",
"ejs": "~2.5.7",
"express": "^4.17.1",
"jsoneditor": "^5.14.1",
"mocha": "^7.1.1",
"morgan": "~1.9.1",
"pm2": "^4.4.0",
"serve-favicon": "~2.4.5",
"should": "^13.2.3",
"supertest": "^4.0.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"description": "",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/tigi44/NodeJS_MockJsonAPI_server"
},
"author": "tigi44",
"license": "MIT"
}