UNPKG

irrigationsystem

Version:

HomeKit irrigation system using HAP-NodeJS library

63 lines (61 loc) 2.1 kB
{ "name": "irrigationsystem", "displayName": "Irrigation System", "type": "module", "version": "0.0.5", "description": "HomeKit irrigation system using HAP-NodeJS library", "author": "n0rt0nthec4t", "license": "Apache-2.0", "homepage": "https://github.com/n0rt0nthec4t/irrigationsystem/#readme", "repository": { "type": "git", "url": "git+https://github.com/n0rt0nthec4t/irrigationsystem.git" }, "bugs": { "url": "https://github.com/n0rt0nthec4t/irrigationsystem/issues" }, "funding": "https://github.com/n0rt0nthec4t/irrigationsystem?sponsor=1", "keywords": [ "homekit", "irrigation", "watering" ], "main": "dist/index.js", "engines": { "node": "^22 || ^24", "hap-nodejs": "^2.1.7" }, "files": [ "LICENSE", "dist/**/*", "usonic_measure.c", "README.md", "CHANGELOG.md" ], "scripts": { "clean": "rimraf dist", "format": "prettier --write \"src/**/*.{js,mjs}\" && eslint --fix \"src/**/*.{js,mjs}\"", "lint": "eslint \"src/**/*.{js,mjs}\" --max-warnings=20", "build": "npm run clean && copyfiles -u 1 src/*.js dist && copyfiles -u 2 src/HomeKitDevice/*.js dist && copyfiles -u 2 src/HomeKitHistory/*.js dist && copyfiles -u 2 src/HomeKitUI/*.js dist && copyfiles -u 2 \"src/HomeKitUI/ui/**\" dist && copyfiles config.schema.json dist", "prepublishOnly": "npm run format && npm run lint && npm run build" }, "devDependencies": { "@eslint/js": "^10.0.1", "@stylistic/eslint-plugin": "^5.10.0", "@types/node": "^26.0.1", "@typescript-eslint/parser": "^8.62.0", "copyfiles": "^2.4.1", "eslint": "^10.5.0", "prettier": "^3.8.4", "prettier-eslint": "^17.1.1", "rimraf": "^6.1.3" }, "dependencies": { "@homebridge/hap-nodejs": "^2.1.7", "express": "^5.2.1", "qrcode": "^1.5.4", "ansi_up": "^6.0.6", "chalk": "^5.6.2", "rpio" : "^2.4.2" } }