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-08-22 14:22:20 +00:00
"version": "1.0.23",
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": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^12.7.2",
2019-08-21 11:04:00 +00:00
"tslint": "^5.19.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-08-22 10:49:29 +00:00
"@pushrocks/smartnetwork": "^1.1.6",
2019-08-21 21:41:06 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2019-08-22 11:20:41 +00:00
"@pushrocks/smartrequest": "^1.1.23",
2019-08-22 10:49:29 +00:00
"@pushrocks/smartspawn": "^2.0.8",
2019-08-22 11:20:41 +00:00
"@pushrocks/smartsystem": "^2.0.7",
"@tsclass/tsclass": "^2.0.5",
2019-08-21 21:41:06 +00:00
"@types/ws": "^6.0.2",
"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 14:14:50 +00:00
}