netprobe
Version:
Network interface discovery tool
28 lines (27 loc) • 572 B
JSON
{
"name": "netprobe",
"version": "1.1.1",
"description": "Network interface discovery tool",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msugh623/netprobe.git"
},
"keywords": [
"netprobe",
"network",
"discover"
],
"author": "msugh623",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/msugh623/netprobe/issues"
},
"homepage": "https://github.com/msugh623/netprobe#readme",
"dependencies": {
"axios": "^1.9.0"
}
}