{ "name": "@push.rocks/smartnetwork", "version": "4.7.1", "private": false, "description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.", "exports": { ".": "./dist_ts/index.js" }, "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose)", "build": "(tsbuild tsfolders) && (tsrust)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tsrust": "^1.3.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartdns": "^7.9.0", "@push.rocks/smartrust": "^1.4.0", "maxmind": "^5.0.6" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "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#readme", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartnetwork.git" }, "packageManager": "pnpm@10.28.2", "bugs": { "url": "https://code.foss.global/push.rocks/smartnetwork/issues" } }