{
  "name": "iobroker.frigate",
  "version": "1.3.2",
  "description": "Adapter for Frigate",
  "author": {
    "name": "TA2k",
    "email": "tombox2020@gmail.com"
  },
  "contributors": [
    {
      "name": "Bettman66"
    }
  ],
  "homepage": "https://github.com/iobroker-community-adapters/ioBroker.frigate",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "frigate",
    "ki",
    "detection"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/iobroker-community-adapters/ioBroker.frigate.git"
  },
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.2.3",
    "aedes": "^0.51.3",
    "axios": "^1.9.0",
    "json2iob": "^2.6.17",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^3.8.0",
    "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
    "@alcalzone/release-script-plugin-license": "^3.7.0",
    "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.26.0",
    "@iobroker/testing": "^5.0.4",
    "@tsconfig/node18": "^18.2.4",
    "@types/node": "^22.15.14",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.4.0",
    "globals": "^16.0.0",
    "prettier": "^3.5.3",
    "typescript": "~5.8.3"
  },
  "main": "main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "lib/",
    "www/",
    "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 .",
    "translate": "translate-adapter",
    "release": "release-script --all"
  },
  "bugs": {
    "url": "https://github.com/iobroker-community-adapters/ioBroker.frigate/issues"
  },
  "readmeFilename": "README.md"
}
