UNPKG

mlab-speed-test

Version:

Test your download and upload speed using speed.measurementlab.net

91 lines (90 loc) 2.19 kB
{ "name": "mlab-speed-test", "version": "1.0.0", "description": "Test your download and upload speed using speed.measurementlab.net", "author": { "name": "Lorenzo Pichilli", "email": "pichillilorenzo@gmail.com", "url": "https://github.com/pichillilorenzo" }, "homepage": "https://github.com/pichillilorenzo/mlab-speed-test#readme", "funding": { "type": "individual", "url": "https://www.paypal.me/LorenzoPichilli" }, "repository": { "type": "git", "url": "git+https://github.com/pichillilorenzo/mlab-speed-test.git" }, "license": "ISC", "bugs": { "url": "https://github.com/pichillilorenzo/mlab-speed-test/issues" }, "keywords": [ "cli-app", "cli", "speed", "test", "tester", "down", "download", "upload", "up", "speed-test", "speedtest", "connection", "internet", "bandwidth", "measure", "check", "mbps", "mlab", "m-lab", "mlab-speed-test", "ndt7" ], "main": "lib/index.js", "bin": { "mlab-speed-test": "lib/cli.js" }, "files": [ "lib", "CHANGELOG.md", "LICENSE", "README.md" ], "scripts": { "start": "npm run build && lib/cli.js -ap", "start:json": "npm run build && lib/cli.js -ap --json", "build": "tsc --build", "build:doc": "typedoc --out docs src/index.ts", "clean": "tsc --build --clean", "watch": "tsc --watch", "postbuild": "minimize-js ./lib", "test": "rimraf ./coverage && jest --coverage", "coverage": "coveralls < coverage/lcov.info", "prepare": "npm run build && npm run build:doc && npm run test && npm run coverage" }, "dependencies": { "@m-lab/ndt7": "^0.0.6", "commander": "^8.3.0", "ink": "^3.2.0", "ink-link": "^2.0.0", "ink-spinner": "^4.0.3", "react": "^17.0.2", "tslib": "^2.3.1" }, "devDependencies": { "@types/jest": "^29.1.0", "@types/node": "^16.11.11", "@types/react": "^18.0.21", "coveralls": "^3.1.1", "jest": "^29.1.1", "minimize-js": "^1.3.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typedoc": "^0.23.15", "typescript": "^4.5.2" } }