UNPKG

homebridge-nibe

Version:
83 lines (82 loc) 2.19 kB
{ "name": "homebridge-nibe", "displayName": "Homebridge Nibe", "version": "2.1.2", "description": "Homebridge plugin for Nibe services", "author": "Hubert Pruszynski <hubert@hp.net.pl>", "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/hp-net/homebridge-nibe.git" }, "bugs": { "url": "https://github.com/hp-net/homebridge-nibe/issues" }, "funding": [ { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/hpruszyn" } ], "scripts": { "test": "gulp test", "lintFix": "gulp eslintFix", "develop": "npm run build && npm link && gulp watch", "clean": "gulp clean", "build": "npm run clean && gulp", "prepublishOnly": "npm run test && npm run build", "postpublish": "npm run clean" }, "keywords": [ "homebridge-plugin", "nibe", "myuplink" ], "engines": { "node": ">=18.0.0", "homebridge": ">=1.8.0" }, "dependencies": { "@homebridge/plugin-ui-utils": "^1.0.3", "axios": "^1.7.2", "axios-oauth-client": "^2.2.0", "js-yaml": "^4.1.0", "jsonfile": "^6.1.0", "moment": "^2.30.1" }, "devDependencies": { "@types/gulp": "^4.0.17", "@types/gulp-if": "^0.0.34", "@types/gulp-imagemin": "^8.0.6", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9", "@types/jsonfile": "^6.1.4", "@types/node": "^18.11.9", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.42.1", "chokidar": "^3.6.0", "cpx": "^1.5.0", "del": "^6.1.1", "eslint": "^8.35.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-jest": "^27.2.1", "gulp": "^5.0.0", "gulp-eslint-new": "^1.7.2", "gulp-htmlmin": "^5.0.1", "gulp-if": "^3.0.0", "gulp-imagemin": "7.1.0", "gulp-jest": "^4.0.4", "gulp-nodemon": "^2.5.0", "gulp-typescript": "^6.0.0-alpha.1", "homebridge": "^1.8.2", "homebridge-config-ui-x": "^4.59.0", "jest": "^29.7.0", "nodemon": "^3.1.3", "source-map": "^0.7.4", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tslib": "^2.6.3", "typescript": "^5.4.5" } }