{ "name": "@pushrocks/smartnetwork", "version": "1.1.0", "private": false, "description": "network diagnostics", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tsrun test/test.ts)", "build": "(npmts)" }, "devDependencies": { "@gitzone/tsrun": "^1.1.9", "@pushrocks/tapbundle": "^3.0.1" }, "dependencies": { "@pushrocks/smartpromise": "^2.0.5", "speedtest-net": "^1.4.3" } }