{
  "name": "iobroker.acinfinity",
  "version": "0.9.7",
  "description": "Monitor and control AC Infinity devices",
  "author": {
    "name": "laurent Standard",
    "email": "raspi@laurent-vite.de"
  },
  "homepage": "https://github.com/raspilaurent/ioBroker.acinfinity",
  "license": "MIT",
  "keywords": [
    "Pro 69",
    "AC Infinity",
    "growing",
    "climate control",
    "ioBroker"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/raspilaurent/ioBroker.acinfinity.git"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2",
    "axios": "^1.5.0"
  },
  "devDependencies": {
    "@iobroker/eslint-config": "^2.2.0",
    "@iobroker/testing": "^5.2.2",
    "@types/node": "^18.16.18",
    "typescript": "~5.0.4"
  },
  "main": "main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "lib/",
    "io-package.json",
    "LICENSE",
    "main.js"
  ],
  "scripts": {
    "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:js && npm run test:package",
    "check": "tsc --noEmit -p tsconfig.check.json",
    "lint": "eslint -c eslint.config.mjs .",
    "build": "npm run lint && npm test"
  },
  "bugs": {
    "url": "https://github.com/raspilaurent/ioBroker.acinfinity/issues"
  },
  "readmeFilename": "README.md"
}
