forked from l3tnun/EPGStation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.07 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "EPGStation",
"version": "1.6.2",
"description": "DTV Software in Japan.",
"main": "dist/server/index.js",
"scripts": {
"start": "node dist/server/index.js",
"dev-start": "node dist/server/index.js --env development",
"clean": "gulp clean",
"build": "gulp build --max_old_space_size=768 --env production",
"dev-build": "gulp build --max_old_space_size=512 --env development",
"test": "echo \"Error: no test specified\" && exit 1",
"task": "gulp --max_old_space_size=512",
"install-win-service": "winser -i -a",
"uninstall-win-service": "winser -r -x",
"backup": "node dist/server/DBTools.js -m backup -o",
"restore": "node dist/server/DBTools.js -m restore -o",
"move-log": "node dist/server/LogFileMoveTools.js",
"convert-str": "node dist/server/ConvertDBStrTools.js"
},
"repository": {
"type": "git",
"url": "https://github.com/l3tnun/EPGStation.git"
},
"author": "l3tnun",
"license": "MIT",
"bugs": {
"url": "https://github.com/l3tnun/EPGStation/issues"
},
"homepage": "https://github.com/l3tnun/EPGStation#readme",
"engines": {
"node": "^6.x.x < 7 || ^8.x.x < 9 || ^10.x.x < 11 || ^12.14.0 < 13"
},
"dependencies": {
"aribts": "^2.1.12",
"b24.js": "1.0.3",
"basic-auth": "2.0.1",
"body-parser": "1.19.0",
"chart.js": "2.9.3",
"css-ripple-effect": "1.0.5",
"diskusage": "1.1.3",
"express": "4.17.1",
"express-openapi": "6.0.0",
"fs-extra": "8.1.0",
"hls-b24.js": "0.12.3",
"js-yaml": "3.13.1",
"lodash": "4.17.15",
"log4js": "6.1.0",
"material-design-icons": "3.0.1",
"material-design-lite": "1.3.0",
"minimist": "1.2.0",
"mirakurun": "2.13.0",
"mithril": "2.0.4",
"mkdirp": "0.5.1",
"multer": "1.4.2",
"mysql": "2.17.1",
"openapi-types": "1.3.5",
"pg": "7.16.1",
"request": "2.88.0",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"sqlite3": "4.1.1",
"swagger-ui-dist": "3.24.3",
"url-join": "4.0.1"
},
"devDependencies": {
"@types/basic-auth": "1.1.2",
"@types/body-parser": "1.17.1",
"@types/chart.js": "2.9.7",
"@types/express": "4.17.2",
"@types/hls.js": "0.12.5",
"@types/js-yaml": "3.12.1",
"@types/lodash": "4.14.149",
"@types/material-design-lite": "1.1.15",
"@types/minimist": "1.2.0",
"@types/mithril": "2.0.2",
"@types/mkdirp": "0.5.2",
"@types/multer": "1.3.10",
"@types/mysql": "2.15.8",
"@types/node": "13.1.1",
"@types/pg": "7.14.0",
"@types/request": "2.48.4",
"@types/socket.io": "2.1.4",
"@types/socket.io-client": "1.4.32",
"@types/sqlite3": "3.1.6",
"@types/url-join": "4.0.0",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.2.0",
"gulp-concat": "2.6.1",
"gulp-dart-sass": "0.9.1",
"gulp-plumber": "1.2.1",
"gulp-sourcemaps": "2.6.5",
"gulp-tslint": "8.1.4",
"gulp-typescript": "5.0.1",
"terser-webpack-plugin": "2.3.1",
"ts-loader": "6.2.1",
"tslint": "5.20.1",
"typescript": "3.7.4",
"webpack": "4.41.5",
"webpack-stream": "5.2.1"
}
}