-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
38
39
40
41
42
43
44
45
46
47
{
"name": "i-telex-teilnehmerserver",
"version": "5.0.0",
"description": "A subscribtion server for the I-Telex system",
"repository": {
"type": "git",
"url": "https://github.com/soruh/I-Telex-Teilnehmerserver/"
},
"scripts": {
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 delete ecosystem.config.js",
"restart": "pm2 reload ecosystem.config.js",
"list": "pm2 list",
"logs": "pm2 logs"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"express": "^4.16.3",
"ip": "^1.1.5",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"nodemailer": "^4.4.1",
"pug": "^2.0.0-rc.4",
"serve-favicon": "~2.4.2",
"sqlite3": "^4.0.6",
"sqlstring": "^2.3.1",
"winston": "^3.0.0"
},
"devDependencies": {
"@types/mysql": "^2.15.5",
"@types/sqlite3": "^3.1.3",
"@types/sqlstring": "^2.2.0",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.16.0",
"@types/heapdump": "^0.3.1",
"@types/intl": "^1.2.0",
"@types/ip": "0.0.31",
"@types/jquery.validation": "^1.16.4",
"@types/morgan": "^1.7.35",
"@types/nodemailer": "^4.6.2",
"@types/serve-favicon": "^2.2.30",
"@types/underscore": "^1.8.8"
},
"author": "soruh",
"license": "ISC"
}