{
  "name": "iobroker.sainlogic",
  "version": "0.12.1",
  "description": "Read data from a sainlogic based weather station",
  "engines": {
    "node": ">=18"
  },
  "author": {
    "name": "Daniel Draes",
    "email": "foggch@gmail.com"
  },
  "contributors": [
    {
      "name": "tbd"
    }
  ],
  "homepage": "https://github.com/phifogg/ioBroker.sainlogic",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "weather",
    "sainlogic"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/phifogg/ioBroker.sainlogic"
  },
  "dependencies": {
    "@esm2cjs/got": "^12.5.0",
    "@iobroker/adapter-core": "^3.2.2",
    "binary-parser": "^2.2.1",
    "expr-eval": "^2.0.2",
    "hosted-git-info": "^5.1.0",
    "jshint": "^2.13.5",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@iobroker/adapter-dev": "^1.3.0",
    "@iobroker/testing": "^4.1.3",
    "@types/chai": "^4.3.3",
    "@types/chai-as-promised": "^7.1.5",
    "@types/gulp": "^4.0.9",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.18",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^10.0.13",
    "@types/sinon-chai": "^3.2.8",
    "axios": "^1.6.0",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.23.1",
    "gulp": "^5.0.0",
    "mocha": "^10.0.0",
    "proxyquire": "^2.1.3",
    "sinon": "^14.0.0",
    "sinon-chai": "^3.7.0"
  },
  "main": "main.js",
  "scripts": {
    "test:js": "mocha --opts test/mocha.custom.opts",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:js && npm run test:package",
    "lint": "eslint",
    "translate": "translate-adapter"
  },
  "bugs": {
    "url": "https://github.com/phifogg/ioBroker.sainlogic/issues"
  },
  "readmeFilename": "README.md"
}
