garagedoor-accfactory
Version:
HomeKit garage door opener system using HAP-NodeJS library
61 lines (59 loc) • 1.91 kB
JSON
{
"name": "garagedoor-accfactory",
"displayName": "GarageDoor Accfactory",
"type": "module",
"version": "0.0.7",
"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": "^1.1.1"
},
"files": [
"LICENSE",
"dist/**/*",
"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 2 src/HomeKitDevice/*.js dist && copyfiles -u 2 src/HomeKitHistory/*.js dist",
"prepublishOnly": "npm run lint && npm run build"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "^22.13.10",
"@typescript-eslint/parser": "^8.26.1",
"copyfiles": "^2.4.1",
"eslint": "^9.22.0",
"prettier": "^3.5.3",
"prettier-eslint": "^16.3.0",
"rimraf": "^6.0.1"
},
"dependencies": {
"hap-nodejs": "^1.1.1",
"chalk": "^5.3.0",
"rpio": "^2.4.2"
}
}