UNPKG

iobroker.linux-control

Version:

Controlling Linux devices and get information about your system

52 lines (51 loc) 1.53 kB
{ "name": "iobroker.linux-control", "version": "1.1.5", "description": "Controlling Linux devices and get information about your system", "author": { "name": "Scrounger", "email": "scrounger@gmx.net" }, "homepage": "https://github.com/Scrounger/ioBroker.linux-control", "license": "MIT", "keywords": [ "linux", "control", "ssh", "remote" ], "repository": { "type": "git", "url": "https://github.com/Scrounger/ioBroker.linux-control" }, "dependencies": { "@iobroker/adapter-core": "^2.6.0", "node-ssh": "^12.0.4", "csvtojson": "^2.0.10", "ping": "^0.4.2" }, "devDependencies": { "@alcalzone/release-script": "^3.5.9", "@alcalzone/release-script-plugin-iobroker": "^3.5.9", "@alcalzone/release-script-plugin-license": "^3.5.9", "@iobroker/adapter-dev": "^1.0.0", "axios": "^0.27.2", "chai": "^4.3.6", "eslint": "^8.14.0", "gulp": "^4.0.2", "mocha": "^10.0.0" }, "main": "main.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit", "translate": "node node_modules/gulp/bin/gulp.js adminWords2languages", "release": "release-script", "release-patch": "release-script patch --c .releaseconfig.json --all", "release-minor": "release-script minor --c .releaseconfig.json --all", "release-major": "release-script major --c .releaseconfig.json --all" }, "bugs": { "url": "https://github.com/Scrounger/ioBroker.linux-control/issues" }, "readmeFilename": "README.md" }