UNPKG

iobroker.heizoel24-mex

Version:
74 lines (73 loc) 2.13 kB
{ "name": "iobroker.heizoel24-mex", "version": "1.10.1", "description": "Read in data from MEX", "author": { "name": "Daniel Luginbühl", "email": "webmaster@ltspiceusers.ch" }, "homepage": "https://github.com/ltspicer/ioBroker.heizoel24-mex", "license": "MIT", "keywords": [ "ioBroker", "mex", "heizoel", "heizoel24", "ioBroker" ], "repository": { "type": "git", "url": "git@github.com:ltspicer/ioBroker.heizoel24-mex.git" }, "engines": { "node": ">= 22" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2", "axios": "^1.15.2", "mqtt": "^5.15.1" }, "devDependencies": { "@alcalzone/release-script": "^5.2.1", "@alcalzone/release-script-plugin-iobroker": "^5.2.0", "@alcalzone/release-script-plugin-license": "^5.2.0", "@alcalzone/release-script-plugin-manual-review": "^5.2.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/dev-server": "^0.8.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.2.2", "@tsconfig/node22": "^22.0.5", "@types/node": "^22.0.0", "typescript": "~6.0.3" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "lib/", "www/", "io-package.json", "LICENSE", "main.js" ], "scripts": { "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:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint -c eslint.config.mjs .", "translate": "translate-adapter", "release": "release-script", "dev-server": "dev-server" }, "bugs": { "url": "https://github.com/ltspicer/ioBroker.heizoel24-mex/issues" }, "readmeFilename": "README.md", "allowScripts": { "esbuild@0.11.23": true, "esbuild@0.25.12": true, "protobufjs@7.6.2": true } }