{ "name": "@pushrocks/smartproxy", "version": "1.0.22", "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/)", "build": "(tsbuild --web)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^12.7.2", "tslint": "^5.19.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/smartnetwork": "^1.1.6", "@pushrocks/smartpromise": "^3.0.2", "@pushrocks/smartrequest": "^1.1.23", "@pushrocks/smartspawn": "^2.0.8", "@pushrocks/smartsystem": "^2.0.7", "@tsclass/tsclass": "^2.0.5", "@types/ws": "^6.0.2", "ws": "^7.1.2" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }