nodeping-mtrext
Version:
Node.js wrapper for the mtr command/tool.
34 lines (33 loc) • 871 B
JSON
{
"name": "nodeping-mtrext",
"description": "Node.js wrapper for the mtr command/tool.",
"version": "1.0.9",
"author": "ThatOneNeji",
"contributors": [],
"keywords": [
"mtr",
"traceroute",
"tracert",
"hops",
"latency check",
"trace route"
],
"homepage": "https://github.com/NodePing/node-mtrext",
"repository": {
"type": "git",
"url": "git+https://github.com/NodePing/node-mtrext.git"
},
"dependencies": {},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^4.0.2"
},
"scripts": {
"documentation": "jsdoc -R README.md -c jsdoc.json lib/mtrext.js",
"lint": "eslint lib/mtrext.js"
},
"main": "./lib/index.js",
"license": "MIT"
}