iobroker.uv-protect
Version:
UV-Protect from openUV-API
80 lines (79 loc) • 2.09 kB
JSON
{
"name": "iobroker.uv-protect",
"version": "0.6.12",
"description": "UV-Protect from openUV-API",
"author": {
"name": "simatec",
"email": "uv-protect@simateccloud.de"
},
"homepage": "https://github.com/simatec/ioBroker.uv-protect",
"license": "MIT",
"keywords": [
"ioBroker",
"UV-Protect",
"UV",
"openUV",
"Ozone"
],
"repository": {
"type": "git",
"url": "https://github.com/simatec/ioBroker.uv-protect"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@iobroker/adapter-core": "^3.3.2",
"axios": "^1.14.0"
},
"devDependencies": {
"@alcalzone/release-script": "^5.1.1",
"@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/eslint-config": "^2.2.0",
"@iobroker/testing": "^5.2.2"
},
"main": "main.js",
"files": [
"admin/",
"admin{,/!(i18n)/**}/flat.txt",
"!admin/**/tsconfig.json",
"lib/",
"!.dev-server",
"!.vscode",
"!.github",
"!.git",
"!.DS_Store",
"!.gitignore",
"!.gitattributes",
"!node_modules",
"!tasks",
"!.idea",
"!test",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"translate": "translate-adapter",
"dev-server-run": "dev-server run uv-protect",
"dev-server-watch": "dev-server watch uv-protect",
"update": "npm update",
"lint": "eslint -c eslint.config.mjs ."
},
"bugs": {
"url": "https://github.com/simatec/ioBroker.uv-protect/issues"
},
"readmeFilename": "README.md"
}