{
  "version": "0.1.4",
  "author": {
    "name": "womi",
    "email": "woessmich@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/woessmich/ioBroker.weatherflow_udp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@iobroker/adapter-core": "^3.1.6"
  },
  "deprecated": false,
  "description": "Weatherflow UDP receiver",
  "devDependencies": {
    "@iobroker/testing": "^4.1.3",
    "@types/chai": "^4.2.14",
    "@types/chai-as-promised": "^7.1.3",
    "@types/gulp": "^4.0.7",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.14.12",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^9.0.9",
    "@types/sinon-chai": "^3.2.5",
    "axios": "^0.21.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.15.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "gulp": "^4.0.2",
    "mocha": "^8.2.1",
    "proxyquire": "^2.1.3",
    "sinon": "^9.2.1",
    "sinon-chai": "^3.5.0"
  },
  "engines": {
    "node": ">=16.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"
  }
}
