garagedoor-accfactory
Version:
HomeKit garage door opener system using HAP-NodeJS library
62 lines (61 loc) • 2.12 kB
JSON
{
"name": "garagedoor-accfactory",
"displayName": "GarageDoor Accfactory",
"type": "module",
"version": "0.1.13",
"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": "^22 || ^24",
"hap-nodejs": "^2.1.6"
},
"files": [
"LICENSE",
"dist/**/*",
"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": "^25.6.0",
"@typescript-eslint/parser": "^8.59.2",
"copyfiles": "^2.4.1",
"eslint": "^10.3.0",
"prettier": "^3.8.3",
"prettier-eslint": "^16.4.2",
"rimraf": "^6.1.3"
},
"dependencies": {
"@homebridge/hap-nodejs": "^2.1.6",
"express": "^5.2.1",
"qrcode": "^1.5.4",
"ansi_up": "^6.0.6",
"chalk": "^5.6.2",
"rpio" : "^2.4.2"
}
}