{
  "name": "iobroker.weatherflow-tempest-api",
  "version": "1.1.4",
  "description": "WeatherFlow Tempest API",
  "author": {
    "name": "Scrounger",
    "email": "scrounger@gmx.net"
  },
  "homepage": "https://github.com/Scrounger/ioBroker.weatherflow-tempest-api",
  "license": "MIT",
  "keywords": [
    "weather",
    "api",
    "forecast",
    "tempest",
    "weatherflow",
    "ioBroker"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Scrounger/ioBroker.weatherflow-tempest-api.git"
  },
  "engines": {
    "node": ">= 20"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.1",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "undici": "^7.16.0",
    "node-schedule": "^2.1.1"
  },
  "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",
    "@types/lodash": "^4.17.20",
    "@types/node": "^24.5.2",
    "@types/node-schedule": "^2.1.8",
    "rimraf": "^6.0.1",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2",
    "tsc-watch": "^7.1.1",
    "typescript": "~5.9"
  },
  "type": "module",
  "main": "build/main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "build/",
    "www/",
    "io-package.json",
    "LICENSE"
  ],
  "scripts": {
    "prebuild": "rimraf build",
    "build": "tsc",
    "build-watch": "clear && tsc-watch --noClear --onSuccess 'iobroker restart weatherflow-tempest-api'",
    "watch": "build-adapter ts --watch",
    "prebuild:ts": "rimraf build",
    "build:ts": "build-adapter ts --typescriptFormat esm",
    "watch:ts": "build-adapter ts --watch --typescriptFormat esm",
    "test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:ts && npm run test:package",
    "check": "tsc --noEmit",
    "lint": "eslint -c eslint.config.mjs .",
    "translate": "translate-adapter",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/Scrounger/ioBroker.weatherflow-tempest-api/issues"
  },
  "readmeFilename": "README.md"
}
