hermes/lom/package.json
2024-09-20 14:22:55 -04:00

34 lines
941 B
JSON

{
"name": "nextnet-lom",
"version": "1.1.0",
"description": "Lights Out Management, NextNet style",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "cd out && node --enable-source-maps index.js",
"dev": "nodemon --watch src --ext ts,js,mjs,json --exec \"tsc && cd out && node --enable-source-maps index.js\""
},
"keywords": [],
"author": "greysoh",
"license": "BSD-3-Clause",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/node": "^20.12.8",
"@types/ssh2": "^1.15.0",
"@types/yargs": "^17.0.32",
"eslint": "^8.57.0",
"globals": "^15.2.0",
"nodemon": "^3.0.3",
"typescript": "^5.3.3",
"typescript-eslint": "^7.8.0"
},
"dependencies": {
"axios": "^1.7.4",
"commander": "^12.0.0",
"patch-package": "^8.0.0",
"ssh2": "^1.15.0",
"string-argv": "^0.3.2"
}
}