UNPKG

bhyve-api

Version:

Unofficial interface to Orbit B-hyve API for Node.js

55 lines (54 loc) 1.27 kB
{ "name": "bhyve-api", "version": "1.2.0", "description": "Unofficial interface to Orbit B-hyve API for Node.js", "main": "src/index.js", "scripts": { "test": "node --test tests/*.test.js", "lint": "eslint .", "lint:fix": "eslint . --fix", "pretest": "npm run lint:fix", "ci": "npm run test && npm run build", "build": "echo \"No build step needed\"" }, "repository": { "type": "git", "url": "git+https://github.com/billchurch/bhyve-api.git" }, "keywords": [ "bhyve", "orbit", "irrigation" ], "type": "module", "author": "Bill Church", "license": "MIT", "bugs": { "url": "https://github.com/billchurch/bhyve-api/issues" }, "homepage": "https://github.com/billchurch/bhyve-api#readme", "engines": { "node": ">=18.0.0" }, "files": [ "src", "LICENSE", "README.md", "CHANGELOG.md" ], "devDependencies": { "eslint": "^9.21.0", "eslint-config-prettier": "^10.0.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.16.1", "eslint-plugin-prettier": "^5.2.3", "jsonwebtoken": "^9.0.2", "prettier": "^3.5.3" }, "dependencies": { "axios": "^1.8.1", "debug": "^4.4.0", "events": "^3.3.0", "ws": "^8.18.1" } }