30 lines
642 B
JSON
30 lines
642 B
JSON
{
|
|
"name": "netmiko_api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"author": "Luan",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"bcrypt": "^5.1.0",
|
|
"body-parser": "^1.20.1",
|
|
"child-process": "^1.0.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"fs": "^0.0.1-security",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"moment": "^2.29.4",
|
|
"mysql2": "^3.2.4",
|
|
"nodemon": "^2.0.22",
|
|
"socket.io-client": "^4.6.1",
|
|
"tree-kill": "^1.2.2",
|
|
"zulip-js": "^2.0.9"
|
|
}
|
|
}
|