smartproxy/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2019-08-20 15:50:17 +00:00
{
"name": "@pushrocks/smartproxy",
2020-02-07 12:43:38 +00:00
"version": "1.0.36",
2019-08-20 15:50:17 +00:00
"private": false,
"description": "a proxy for handling high workloads of proxying",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2019-08-22 14:14:50 +00:00
"build": "(tsbuild --web)",
2019-08-20 15:50:17 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2019-09-20 16:40:55 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-11-03 02:04:23 +00:00
"@gitzone/tstest": "^1.0.28",
2020-02-07 13:04:11 +00:00
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^13.7.0",
"tslint": "^6.0.0",
2019-08-20 15:50:17 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-08-20 16:42:52 +00:00
"dependencies": {
2020-02-07 13:04:11 +00:00
"@pushrocks/lik": "^3.0.16",
"@pushrocks/smartnetwork": "^1.1.18",
2019-11-03 02:04:23 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-02-07 13:04:11 +00:00
"@pushrocks/smartrequest": "^1.1.47",
2019-08-22 22:41:38 +00:00
"@pushrocks/smartspawn": "^2.0.9",
2020-02-07 13:04:11 +00:00
"@pushrocks/smartstring": "^3.0.18",
2019-09-20 16:40:55 +00:00
"@pushrocks/smartsystem": "^2.0.9",
2020-02-07 13:04:11 +00:00
"@tsclass/tsclass": "^3.0.3",
"@types/ws": "^7.2.1",
"ws": "^7.2.1"
2019-08-20 16:43:15 +00:00
},
"files": [
2020-02-07 13:04:11 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-08-20 16:43:15 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-02-07 13:04:11 +00:00
}