{
  "name": "iobroker.followthesun",
  "version": "0.5.2",
  "author": {
    "name": "HGlab01",
    "email": "myiobrokeradapters@gmail.com"
  },
  "license": "MIT",
  "main": "main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HGlab01/ioBroker.followthesun.git"
  },
  "bugs": {
    "url": "https://github.com/HGlab01/ioBroker.followthesun/issues"
  },
  "homepage": "https://github.com/HGlab01/ioBroker.followthesun",
  "keywords": [
    "ioBroker",
    "solar",
    "altitude",
    "azimuth",
    "sun",
    "sun position"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.2.3",
    "@typescript-eslint/eslint-plugin": "^8.26.0",
    "@typescript-eslint/parser": "^8.25.0",
    "axios": "^1.8.3",
    "iobroker-jsonexplorer": "^0.1.16",
    "node-schedule": "^2.0.0",
    "suncalc": "^1.9.0",
    "windrose": "^2.1.0"
  },
  "description": "followthesun",
  "devDependencies": {
    "@alcalzone/release-script": "^3.8.0",
    "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
    "@alcalzone/release-script-plugin-license": "^3.0.0",
    "@iobroker/testing": "^5.0.3",
    "@types/chai": "^5.2.0",
    "@types/chai-as-promised": "^8.0.2",
    "@types/gulp": "^4.0.16",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.13.8",
    "@types/proxyquire": "^1.3.30",
    "@types/sinon": "^17.0.4",
    "@types/sinon-chai": "^4.0.0",
    "chai": "^5.2.0",
    "chai-as-promised": "^8.0.1",
    "eslint": "^9.22.0",
    "mocha": "^11.1.0",
    "proxyquire": "^2.1.3",
    "sinon": "^19.0.2",
    "sinon-chai": "^4.0.0"
  },
  "scripts": {
    "lint": "eslint",
    "test": "npm run test:js && npm run test:package",
    "test:integration": "mocha test/integration --exit",
    "test:js": "mocha --opts test/mocha.custom.opts",
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "release": "release-script"
  },
  "files": [
    "admin/",
    "lib/*.js",
    "main.js",
    "io-package.json",
    "LICENSE",
    "*.md"
  ]
}
