kasm-install-wizard/package.json

20 lines
460 B
JSON

{
"name": "kasm-wizard",
"version": "0.0.1",
"description": "Kasm web based installation wizard",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"dockerode": "^3.3.2",
"express": "^4.18.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"node-pty": "^0.10.1",
"socket.io": "^4.5.1",
"systeminformation": "^5.11.16"
}
}