{ "name": "@pushrocks/smartnetwork", "version": "1.1.4", "private": false, "description": "network diagnostics", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tsrun test/)", "build": "(tsbuild)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.8", "@gitzone/tstest": "^1.0.20", "@pushrocks/tapbundle": "^3.0.9", "tslint": "^5.15.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartpromise": "^3.0.2", "@pushrocks/smartstring": "^3.0.10", "@types/portscanner": "^2.1.0", "portscanner": "^2.2.0", "speedtest-net": "^1.5.1" } }