-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 KB
/
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
39
{
"name": "NodeJS_APNs_Server",
"version": "2.1.0",
"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_APNs_Server",
"start": "pm2 startOrRestart ecosystem.config.js --env production",
"deploy": "npm ci && npm run start"
},
"dependencies": {
"apn": "^2.2.0",
"body-parser": "~1.18.2",
"chalk": "^2.4.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"jsoneditor": "^5.14.1",
"morgan": "~1.9.1",
"pm2": "^3.5.0",
"serve-favicon": "~2.4.5",
"multer": "^1.4.1",
"mocha": "^7.1.1",
"should": "^13.2.3",
"supertest": "^4.0.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/tigi44/NodeJS_APNs_Server"
},
"author": "tigi44",
"license": "MIT"
}