CiscoTool_v1/netmiko_socket/package.json

26 lines
568 B
JSON

{
"name": "netmiko_socket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joseph Le",
"license": "ISC",
"dependencies": {
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"node-pty": "^0.10.1",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"socket.io": "^4.6.1",
"totp-generator": "^0.0.14",
"zulip-js": "^2.0.9"
}
}