UNPKG

garagedoor-accfactory

Version:

HomeKit garage door opener system using HAP-NodeJS library

60 lines (59 loc) 1.93 kB
{ "name": "garagedoor-accfactory", "displayName": "GarageDoor Accfactory", "type": "module", "version": "0.1.4", "description": "HomeKit garage door opener system using HAP-NodeJS library", "author": "n0rt0nthec4t", "license": "Apache-2.0", "homepage": "https://github.com/n0rt0nthec4t/garagedoor-accfactory/#readme", "repository": { "type": "git", "url": "git+https://github.com/n0rt0nthec4t/garagedoor-accfactory.git" }, "bugs": { "url": "https://github.com/n0rt0nthec4t/garagedoor-accfactory/issues" }, "funding": "https://github.com/n0rt0nthec4t/garagedoor-accfactory?sponsor=1", "keywords": [ "homekit", "garage door", "garage", "door" ], "main": "dist/index.js", "engines": { "node": "^20.17.0 || ^22.9.0", "hap-nodejs": "^2.0.0" }, "files": [ "LICENSE", "dist/**/*", "README.md", "CHANGELOG.md" ], "scripts": { "clean": "rimraf ./dist*", "format": "prettier --write \"src/**/*.{js,mjs}\"", "lint": "eslint \"src/**/*.{js,mjs}\" --fix --max-warnings=20", "watch": "npm run build && npm link && nodemon", "build": "npm run clean && copyfiles -u 1 src/*.js 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.29.0", "@stylistic/eslint-plugin": "^4.4.1", "@types/node": "^24.0.3", "@typescript-eslint/parser": "^8.34.1", "copyfiles": "^2.4.1", "eslint": "^9.29.0", "prettier": "^3.5.3", "prettier-eslint": "^16.4.2", "rimraf": "^6.0.1" }, "dependencies": { "@homebridge/hap-nodejs": "^2.0.0", "chalk": "^5.4.1", "rpio": "^2.4.2" } }