2019-01-16 01:36:09 +07:00
|
|
|
{
|
|
|
|
"name": "server",
|
|
|
|
"main": "./out/cli.js",
|
|
|
|
"bin": "./out/cli.js",
|
|
|
|
"files": [],
|
|
|
|
"scripts": {
|
2019-02-06 00:15:20 +07:00
|
|
|
"start": "node --max-old-space-size=32384 --require ts-node/register --require tsconfig-paths/register src/cli.ts",
|
2019-03-01 03:04:19 +07:00
|
|
|
"build": "rm -rf ./out && cross-env CLI=true UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js",
|
2019-02-27 00:07:00 +07:00
|
|
|
"build:nexe": "node scripts/nexe.js"
|
2019-01-16 01:36:09 +07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@oclif/config": "^1.10.4",
|
|
|
|
"@oclif/errors": "^1.2.2",
|
|
|
|
"@oclif/plugin-help": "^2.1.4",
|
|
|
|
"express": "^4.16.4",
|
2019-02-06 00:15:20 +07:00
|
|
|
"express-static-gzip": "^1.1.3",
|
2019-02-22 00:55:42 +07:00
|
|
|
"httpolyglot": "^0.1.2",
|
2019-01-27 02:16:06 +07:00
|
|
|
"mime-types": "^2.1.21",
|
2019-02-22 00:55:42 +07:00
|
|
|
"node-netstat": "^1.6.0",
|
|
|
|
"pem": "^1.14.1",
|
|
|
|
"promise.prototype.finally": "^3.1.0",
|
2019-01-29 00:14:06 +07:00
|
|
|
"ws": "^6.1.2",
|
|
|
|
"xhr2": "^0.1.4"
|
2019-01-16 01:36:09 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/express": "^4.16.0",
|
2019-02-06 00:15:20 +07:00
|
|
|
"@types/fs-extra": "^5.0.4",
|
2019-01-27 02:16:06 +07:00
|
|
|
"@types/mime-types": "^2.1.0",
|
2019-03-08 00:23:54 +07:00
|
|
|
"@types/opn": "^5.1.0",
|
2019-02-22 00:55:42 +07:00
|
|
|
"@types/pem": "^1.9.4",
|
2019-01-16 01:36:09 +07:00
|
|
|
"@types/ws": "^6.0.1",
|
2019-02-06 00:15:20 +07:00
|
|
|
"fs-extra": "^7.0.1",
|
2019-02-26 05:29:34 +07:00
|
|
|
"nexe": "^2.0.0-rc.34",
|
2019-03-08 00:23:54 +07:00
|
|
|
"opn": "^5.4.0",
|
2019-01-16 01:36:09 +07:00
|
|
|
"string-replace-webpack-plugin": "^0.1.3",
|
|
|
|
"ts-node": "^7.0.1",
|
2019-01-19 04:46:40 +07:00
|
|
|
"tsconfig-paths": "^3.7.0",
|
|
|
|
"typescript": "^3.2.2"
|
2019-01-16 01:36:09 +07:00
|
|
|
}
|
|
|
|
}
|