epgstation: init at 1.7.4
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"name": "EPGStation",
|
||||
"version": "1.7.4",
|
||||
"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": "^10.x.x < 11 || ^12.14.0 < 13 || ^14.5.0 < 15"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/basic-auth": "1.1.3",
|
||||
"@types/body-parser": "1.19.0",
|
||||
"@types/chart.js": "2.9.23",
|
||||
"@types/express": "4.17.7",
|
||||
"@types/hls.js": "0.13.0",
|
||||
"@types/js-yaml": "3.12.5",
|
||||
"@types/lodash": "4.14.158",
|
||||
"@types/material-design-lite": "1.1.16",
|
||||
"@types/minimist": "1.2.0",
|
||||
"@types/mithril": "2.0.3",
|
||||
"@types/mkdirp": "1.0.1",
|
||||
"@types/multer": "1.4.3",
|
||||
"@types/mysql": "2.15.15",
|
||||
"@types/node": "14.0.26",
|
||||
"@types/pg": "7.14.4",
|
||||
"@types/request": "2.48.5",
|
||||
"@types/socket.io": "2.1.10",
|
||||
"@types/socket.io-client": "1.4.33",
|
||||
"@types/sqlite3": "3.1.6",
|
||||
"@types/url-join": "4.0.0",
|
||||
"del": "5.1.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-clean-css": "4.3.0",
|
||||
"gulp-concat": "2.6.1",
|
||||
"gulp-dart-sass": "1.0.2",
|
||||
"gulp-plumber": "1.2.1",
|
||||
"gulp-sourcemaps": "2.6.5",
|
||||
"gulp-tslint": "8.1.4",
|
||||
"gulp-typescript": "5.0.1",
|
||||
"terser-webpack-plugin": "3.0.7",
|
||||
"ts-loader": "8.0.1",
|
||||
"tslint": "6.1.2",
|
||||
"typescript": "3.9.7",
|
||||
"webpack": "4.44.0",
|
||||
"webpack-stream": "5.2.1",
|
||||
"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": "7.0.0",
|
||||
"fs-extra": "9.0.1",
|
||||
"hls-b24.js": "0.12.3",
|
||||
"js-yaml": "3.14.0",
|
||||
"lodash": "4.17.19",
|
||||
"log4js": "6.3.0",
|
||||
"material-design-icons": "3.0.1",
|
||||
"material-design-lite": "1.3.0",
|
||||
"minimist": "1.2.5",
|
||||
"mirakurun": "3.2.0",
|
||||
"mithril": "2.0.4",
|
||||
"mkdirp": "1.0.4",
|
||||
"multer": "1.4.2",
|
||||
"mysql": "2.18.1",
|
||||
"openapi-types": "7.0.0",
|
||||
"pg": "8.3.0",
|
||||
"request": "2.88.2",
|
||||
"socket.io": "2.3.0",
|
||||
"socket.io-client": "2.3.0",
|
||||
"sqlite3": "5.0.0",
|
||||
"swagger-ui-dist": "3.30.2",
|
||||
"url-join": "4.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user