{ "name": "@pushrocks/smartnetwork", "version": "1.1.17", "private": false, "description": "network diagnostics", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.2.0", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartstring": "^3.0.14", "@types/default-gateway": "^3.0.0", "@types/portscanner": "^2.1.0", "default-gateway": "^5.0.5", "portscanner": "^2.2.0", "public-ip": "^4.0.0", "speedtest-net": "^1.6.0", "systeminformation": "^4.15.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }