iobroker.esphome
Version:
Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome
84 lines (83 loc) • 2.49 kB
JSON
{
"name": "iobroker.esphome",
"version": "0.6.2",
"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": [
"ESPHome",
"ESP",
"ESP32"
],
"repository": {
"type": "git",
"url": "https://github.com/DrozmotiX/ioBroker.esphome"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@2colors/esphome-native-api": "^1.3.2",
"@iobroker/adapter-core": "^3.3.1",
"autopy": "^1.1.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/dev-server": "^0.7.8",
"@iobroker/testing": "^5.0.4",
"@types/chai": "^5.2.2",
"@types/chai-as-promised": "^8.0.2",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.10",
"@types/node": "^24.2.0",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"axios": "^1.11.0",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"eslint": "^8.57.1",
"gulp": "^4.0.2",
"mocha": "^11.7.1",
"promisify": "0.0.3",
"proxyquire": "^2.1.3",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0",
"typescript": "~5.9.2"
},
"main": "main.js",
"scripts": {
"translate": "gulp translateAndUpdateWordsJS",
"startDev": "dev-server watch --noStart",
"release": "release-script",
"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 ."
},
"bugs": {
"url": "https://github.com/DrozmotiX/ioBroker.esphome/issues"
},
"readmeFilename": "README.md"
}