iobroker.velux
Version:
Adapter for Velux
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "iobroker.velux",
"version": "0.0.10",
"description": "Adapter for Velux",
"author": {
"name": "ta2k",
"email": "tombox2020@gmail.com"
},
"homepage": "https://github.com/TA2k/ioBroker.velux",
"license": "MIT",
"keywords": [
"velux",
"KIX 300"
],
"repository": {
"type": "git",
"url": "https://github.com/TA2k/ioBroker.velux"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"request": "^2.88.2",
"traverse": "^0.6.11"
},
"devDependencies": {
"@iobroker/testing": "^4.1.3",
"@types/node": "^20.19.1",
"eslint": "^8.57.1"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"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",
"lint": "eslint ."
},
"bugs": {
"url": "https://github.com/TA2k/ioBroker.velux/issues"
},
"readmeFilename": "README.md"
}