{
  "name": "iobroker.velux",
  "version": "0.0.8",
  "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.1.6",
    "request": "^2.88.0",
    "traverse": "^0.6.9"
  },
  "devDependencies": {
    "@iobroker/testing": "^4.1.3",
    "@types/node": "^20.14.2",
    "eslint": "^8.57.0"
  },
  "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"
}
