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