{ "name": "@pushrocks/smartproxy", "version": "1.0.34", "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.1.17", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.0.13", "@types/node": "^12.12.5", "tslint": "^5.20.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/lik": "^3.0.11", "@pushrocks/smartnetwork": "^1.1.14", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartrequest": "^1.1.42", "@pushrocks/smartspawn": "^2.0.9", "@pushrocks/smartstring": "^3.0.14", "@pushrocks/smartsystem": "^2.0.9", "@tsclass/tsclass": "^2.0.13", "@types/ws": "^6.0.3", "ws": "^7.2.0" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }