this repo has no description
at master 43 lines 1.1 kB view raw
1{ 2 "name": "speed-cloudflare-cli", 3 "version": "2.0.3", 4 "description": "Measure the speed and consistency of your internet connection using speed.cloudflare.com", 5 "main": "cli.js", 6 "bin": { 7 "speed-cloudflare-cli": "./cli.js" 8 }, 9 "scripts": { 10 "test": "echo \"Error: no test specified\" && exit 1" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/KNawm/speed-cloudflare-cli.git" 15 }, 16 "keywords": [ 17 "bandwidth", 18 "connection", 19 "download", 20 "internet", 21 "latency", 22 "network", 23 "ping", 24 "speed", 25 "speedtest", 26 "test", 27 "upload" 28 ], 29 "author": "Tomás Arias <hi@tomasarias.me>", 30 "license": "MIT", 31 "bugs": { 32 "url": "https://github.com/KNawm/speed-cloudflare-cli/issues" 33 }, 34 "homepage": "https://github.com/KNawm/speed-cloudflare-cli#readme", 35 "devDependencies": { 36 "eslint": "^6.8.0", 37 "eslint-config-airbnb-base": "^14.1.0", 38 "eslint-config-prettier": "^6.11.0", 39 "eslint-plugin-import": "^2.20.2", 40 "eslint-plugin-prettier": "^3.1.3", 41 "prettier": "^2.0.5" 42 } 43}