nodemiko
Version:
A Node.js library for managing network devices, inspired by Netmiko.
39 lines (38 loc) • 781 B
JSON
{
"name": "nodemiko",
"version": "2.0.0",
"description": "A Node.js library for managing network devices, inspired by Netmiko.",
"main": "src/connect_handler.js",
"type": "module",
"files": [
"src/"
],
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arpit-patel1/nodemiko.git"
},
"keywords": [
"netmiko",
"network",
"automation",
"ssh",
"cisco",
"juniper"
],
"author": "Your Name",
"license": "MIT",
"bugs": {
"url": "https://github.com/arpit-patel1/nodemiko/issues"
},
"homepage": "https://github.com/arpit-patel1/nodemiko#readme",
"dependencies": {
"ssh2": "^1.11.0"
},
"devDependencies": {
"dotenv": "^17.0.1",
"jest": "^29.7.0"
}
}