UNPKG

iobroker.followthesun

Version:
68 lines (67 loc) 1.75 kB
{ "name": "iobroker.followthesun", "version": "0.5.3", "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": ">=22.0.0" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2", "iobroker-jsonexplorer": "^0.2.2", "node-schedule": "^2.1.1", "suncalc": "^1.9.0", "windrose": "^2.1.0" }, "description": "followthesun", "devDependencies": { "@alcalzone/release-script": "^5.2.1", "@alcalzone/release-script-plugin-iobroker": "^5.2.0", "@alcalzone/release-script-plugin-license": "^5.2.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.3.4", "@iobroker/testing": "^5.2.2", "@tsconfig/node22": "^22.0.5", "@types/gulp": "^4.0.18", "@types/node": "^22.19.20", "@types/proxyquire": "^1.3.31", "proxyquire": "^2.1.3" }, "scripts": { "lint": "eslint -c eslint.config.mjs .", "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" ] }