UNPKG

network-performance-analyzer

Version:

Automated analysis tool for network performance test datasets containing DNS testing results and iperf3 performance measurements

52 lines (51 loc) 1.35 kB
{ "name": "network-performance-analyzer", "version": "1.0.3", "description": "Automated analysis tool for network performance test datasets containing DNS testing results and iperf3 performance measurements", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "network-performance-analyzer": "dist/src/bin/cli.js" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "dev": "ts-node src/index.ts", "cli": "ts-node src/cli.ts", "clean": "rm -rf dist", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" }, "keywords": [ "network", "performance", "analysis", "iperf3", "dns", "testing", "typescript" ], "author": "Network Performance Analyzer", "license": "MIT", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.0", "typescript": "^5.8.3" }, "dependencies": { "commander": "^14.0.0", "fs-extra": "^11.1.0", "jsonstream": "^1.0.3", "JSONStream": "^1.3.5" } }