smartproxy/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2019-08-20 15:50:17 +00:00
{
"name": "@pushrocks/smartproxy",
2019-09-20 16:40:56 +00:00
"version": "1.0.26",
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-08-20 15:50:17 +00:00
"@gitzone/tstest": "^1.0.15",
2019-08-22 22:41:38 +00:00
"@pushrocks/tapbundle": "^3.0.13",
2019-09-20 16:40:55 +00:00
"@types/node": "^12.7.5",
"tslint": "^5.20.0",
2019-08-20 15:50:17 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-08-20 16:42:52 +00:00
"dependencies": {
2019-09-20 16:40:55 +00:00
"@pushrocks/smartnetwork": "^1.1.14",
"@pushrocks/smartpromise": "^3.0.5",
"@pushrocks/smartrequest": "^1.1.27",
2019-08-22 22:41:38 +00:00
"@pushrocks/smartspawn": "^2.0.9",
2019-09-20 16:40:55 +00:00
"@pushrocks/smartsystem": "^2.0.9",
"@tsclass/tsclass": "^2.0.6",
"@types/ws": "^6.0.3",
2019-08-21 21:41:06 +00:00
"ws": "^7.1.2"
2019-08-20 16:43:15 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-22 22:48:14 +00:00
}