UNPKG

iobroker.wifilight

Version:
79 lines (78 loc) 2.24 kB
{ "name": "iobroker.wifilight", "version": "2.0.3", "description": "WiFi Light Adapter", "author": { "name": "soef", "email": "soef@gmx.net" }, "contributors": [ { "name": "soef <soef@gmx.net>" } ], "homepage": "https://github.com/iobroker-community-adapters/iobroker.wifilight", "license": "MIT", "keywords": [ "ioBroker", "wifilight", "lw12", "ld382" ], "repository": { "type": "git", "url": "git+https://github.com/iobroker-community-adapters/ioBroker.wifilight.git" }, "engines": { "node": ">=18" }, "dependencies": { "@iobroker/adapter-core": "^3.2.3", "netmask": "^2.0.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.3.0", "@iobroker/eslint-config": "^1.0.0", "@iobroker/legacy-testing": "^2.0.2", "@iobroker/testing": "^5.0.3", "@tsconfig/node14": "^14.1.2", "@types/chai": "^4.3.19", "@types/chai-as-promised": "^7.1.8", "@types/mocha": "^10.0.7", "@types/node": "^22.12.0", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^4.0.0", "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "mocha": "^11.1.0", "proxyquire": "^2.1.3" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "lib/", "io-package.json", "LICENSE", "main.js" ], "scripts": { "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test:legacy": "mocha test/legacy --exit", "test": "npm run test:integration && npm run test:package && npm run test:legacy", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint -c eslint.config.mjs .", "translate": "translate-adapter", "release": "release-script" }, "bugs": { "url": "https://github.com/iobroker-community-adapters/iobroker.wifilight/issues" }, "readmeFilename": "README.md" }