* (@GermanBluefox) Adapter was updated and migrated to TypeScript * (@Titanium177) Added roles for states and added debouncing for reading states from hass
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"name": "iobroker.hass",
|
|
"version": "2.0.3",
|
|
"description": "Home Assistant",
|
|
"author": {
|
|
"name": "bluefox",
|
|
"email": "dogafox@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "bluefox",
|
|
"email": "dogafox@gmail.com"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/ioBroker/ioBroker.hass",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ioBroker",
|
|
"hass",
|
|
"REST API",
|
|
"IoT"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ioBroker/ioBroker.hass"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.20.0",
|
|
"@iobroker/adapter-core": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@alcalzone/release-script": "^5.1.1",
|
|
"@alcalzone/release-script-plugin-iobroker": "^5.1.2",
|
|
"@alcalzone/release-script-plugin-license": "^5.1.1",
|
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
"@iobroker/build-tools": "^3.0.1",
|
|
"@iobroker/eslint-config": "^2.2.0",
|
|
"@iobroker/legacy-testing": "^2.0.2",
|
|
"@iobroker/testing": "^5.2.2",
|
|
"@types/ws": "^8.18.1",
|
|
"mocha": "^11.7.5"
|
|
},
|
|
"main": "build/main.js",
|
|
"files": [
|
|
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
|
|
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
|
|
"build/",
|
|
"io-package.json",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"test:integration": "mocha --exit",
|
|
"test:package": "mocha test/testPackageFiles.js --exit",
|
|
"test": "npm run test:integration",
|
|
"build:tsc": "tsc -p tsconfig.build.json",
|
|
"build": "npm run build:tsc",
|
|
"lint": "eslint -c eslint.config.mjs",
|
|
"release": "release-script",
|
|
"release-patch": "release-script patch --yes",
|
|
"release-minor": "release-script minor --yes",
|
|
"release-major": "release-script major --yes",
|
|
"translate": "translate-adapter"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ioBroker/ioBroker.hass/issues"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
}
|