{ "name": "@push.rocks/smartnetwork", "version": "3.0.2", "private": false, "description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.61", "@gitzone/tsrun": "^1.2.39", "@gitzone/tstest": "^1.0.69", "@pushrocks/smartenv": "^5.0.0", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^18.11.3" }, "dependencies": { "@pushrocks/smartping": "^1.0.7", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartstring": "^4.0.2", "@types/default-gateway": "^3.0.1", "isopen": "^1.3.0", "public-ip": "^6.0.1", "systeminformation": "^5.11.9" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "keywords": [ "network diagnostics", "ping", "port check", "speed test", "network interface", "public IP retrieval", "Cloudflare speed test", "network performance", "network utility", "TypeScript" ], "homepage": "https://code.foss.global/push.rocks/smartnetwork", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartnetwork.git" } }