UNPKG

cronicle-plugin-snapav-wattbox

Version:
38 lines (37 loc) 952 B
{ "name": "cronicle-plugin-snapav-wattbox", "version": "1.0.12", "description": "Control WattBox power supplies through Cronicle", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "prettier": "prettier", "eslint": "eslint" }, "repository": { "type": "git", "url": "git+https://github.com/JTF4/cronicle-plugin-snapav-wattbox.git" }, "keywords": [ "wattbox", "cronicle", "power", "snapav" ], "author": "David Stevens <issues@jtf4.com>", "license": "MIT", "bugs": { "url": "https://github.com/JTF4/cronicle-plugin-snapav-wattbox/issues" }, "homepage": "https://github.com/JTF4/cronicle-plugin-snapav-wattbox#readme", "dependencies": { "debug": "^4.3.3", "node-rest-client": "^3.1.1" }, "devDependencies": { "eslint": "^8.4.1", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.5.1" } }