UNPKG

irrigationsystem

Version:

HomeKit irrigation system using HAP-NodeJS library

61 lines (59 loc) 1.93 kB
{ "name": "irrigationsystem", "displayName": "Irrigation System", "type": "module", "version": "0.0.1-alpha.3", "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": "^20.17.0 || ^22.9.0", "hap-nodejs": "^1.1.1" }, "files": [ "LICENSE", "dist/**/*", "usonic_measure.c", "README.md", "CHANGELOG.md" ], "scripts": { "clean": "rimraf ./dist*", "format": "prettier --write src/*.js src/**/*.js", "lint": "eslint src/*.js src/**/*.js --max-warnings=20", "watch": "npm run build && npm link && nodemon", "build": "npm run clean && copyfiles -u 1 src/*.js dist && copyfiles -u 1 src/*.c dist && copyfiles -u 2 src/HomeKitDevice/*.js dist && copyfiles -u 2 src/HomeKitHistory/*.js dist", "prepublishOnly": "npm run lint && npm run build" }, "devDependencies": { "@eslint/js": "^9.25.1", "@stylistic/eslint-plugin": "^4.2.0", "@types/node": "^22.15.3", "@typescript-eslint/parser": "^8.31.1", "copyfiles": "^2.4.1", "eslint": "^9.25.1", "prettier": "^3.5.3", "prettier-eslint": "^16.4.1", "rimraf": "^6.0.1" }, "dependencies": { "hap-nodejs": "^1.1.1", "chalk": "^5.4.1", "rpio" : "^2.4.2" } }