UNPKG

iobroker.esphome

Version:

Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome

78 lines (77 loc) 2.28 kB
{ "name": "iobroker.esphome", "version": "0.7.0", "description": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome", "author": { "name": "DutchmanNL", "email": "rdrozda86@gmail.com" }, "contributors": [ { "name": "SimonFischer04" }, { "name": "ticaki" } ], "homepage": "https://github.com/DrozmotiX/ioBroker.esphome", "license": "MIT", "keywords": [ "ioBroker", "ESPHome", "ESP", "ESP32" ], "repository": { "type": "git", "url": "https://github.com/DrozmotiX/ioBroker.esphome" }, "engines": { "node": ">= 20" }, "dependencies": { "@2colors/esphome-native-api": "^1.3.6", "@iobroker/adapter-core": "^3.3.2", "autopy": "github:SimonFischer04/autopy#fbe016f35e13e335e1c44783a1e7273bbb2a08c1" }, "devDependencies": { "@alcalzone/release-script": "^5.0.0", "@alcalzone/release-script-plugin-iobroker": "^5.1.2", "@alcalzone/release-script-plugin-license": "^5.1.1", "@alcalzone/release-script-plugin-manual-review": "^5.1.1", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/dev-server": "^0.8.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.2.2", "@types/node": "^25.6.0", "eslint": "^9.39.2", "promisify": "~0.0.3", "typescript": "~5.9.3" }, "files": [ "admin/", "lib/", "main.js", "io-package.json", "LICENSE" ], "main": "main.js", "scripts": { "translate": "translate-adapter", "startDev": "dev-server watch --noStart", "dev-server": "dev-server", "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package && npm run test:integration", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint .", "release": "release-script --all", "release-dry": "release-script --all --dry" }, "bugs": { "url": "https://github.com/DrozmotiX/ioBroker.esphome/issues" }, "readmeFilename": "README.md" }