54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "iobroker.hass",
|
|
"version": "1.3.0",
|
|
"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": {
|
|
"websocket": "^1.0.34",
|
|
"ws": "^8.8.1",
|
|
"@iobroker/adapter-core": "^2.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@alcalzone/release-script": "^3.5.9",
|
|
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
|
|
"@alcalzone/release-script-plugin-license": "^3.5.9",
|
|
"axios": "^0.27.2",
|
|
"gulp": "^4.0.2",
|
|
"mocha": "^10.1.0",
|
|
"chai": "^4.3.6"
|
|
},
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "node node_modules/mocha/bin/mocha --exit",
|
|
"release": "release-script",
|
|
"release-patch": "release-script patch --yes",
|
|
"release-minor": "release-script minor --yes",
|
|
"release-major": "release-script major --yes"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ioBroker/ioBroker.hass/issues"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
}
|