{
  "version": "0.1.5",
  "author": {
    "name": "womi",
    "email": "woessmich@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/woessmich/ioBroker.weatherflow_udp/issues"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2"
  },
  "description": "Weatherflow UDP receiver",
"devDependencies": {
  "@iobroker/eslint-config": "^2.2.0",
  "@iobroker/testing": "^5.2.2",
  "@types/gulp": "^4.0.7",
  "@types/node": "^25.0.3",
  "@types/proxyquire": "^1.3.28",
  "axios": "^1.13.2",
  "eslint": "^9.0.0",
  "gulp": "^5.0.1",
  "proxyquire": "^2.1.3"
},
  "engines": {
    "node": ">=20.0.0"
  },
  "homepage": "https://github.com/woessmich/ioBroker.weatherflow_udp",
  "keywords": [
    "weatherflow",
    "weather",
    "udp",
    "tempest",
    "ioBroker"
  ],
  "license": "MIT",
  "main": "main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "lib/",
    "www/",
    "io-package.json",
    "LICENSE",
    "main.js"
  ],
  "name": "iobroker.weatherflow_udp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/woessmich/ioBroker.weatherflow_udp.git"
  },
  "scripts": {
    "lint": "eslint",
    "test": "node node_modules/mocha/bin/mocha",
    "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"
  }
}
