{
  "name": "iobroker.x-touch",
  "version": "0.8.1",
  "description": "Communicate with a Behringer X-Touch Control Surface (DAW Controller)",
  "author": {
    "name": "Bannsaenger",
    "email": "bannsaenger@gmx.de"
  },
  "homepage": "https://github.com/Bannsaenger/ioBroker.x-touch",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "behringer",
    "x-touch",
    "hui",
    "mackie",
    "midi"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Bannsaenger/ioBroker.x-touch"
  },
  "engines": {
    "node": ">=20.x"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.2.3",
    "dgram": "^1.0.1"
  },
  "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",
    "@iobroker/adapter-dev": "^1.4.0",
    "@iobroker/eslint-config": "^2.0.1",
    "@iobroker/testing": "^5.0.4",
    "@iobroker/types": "^7.0.7",
    "@types/chai": "^4.3.14",
    "@types/chai-as-promised": "^7.1.8",
    "@types/gulp": "^4.0.17",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.15.17",
    "@types/proxyquire": "^1.3.31",
    "@types/sinon": "^17.0.3",
    "@types/sinon-chai": "^3.2.12",
    "ansi-regex": ">=6.1.0",
    "chai": "^4.4.1",
    "chai-as-promised": "^7.1.1",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-jsdoc": "^50.6.14",
    "eslint-plugin-prettier": "^5.4.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-unicorn": "^57.0.0",
    "globals": "^16.0.0",
    "mocha": "^11.1.0",
    "prettier": "^3.5.3",
    "proxyquire": "^2.1.3",
    "sinon": "^20.0.0",
    "sinon-chai": "^3.7.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.32.1"
  },
  "main": "main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "admin/build/",
    "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 -c eslint.config.mjs .",
    "translate": "translate-adapter",
    "release": "release-script patch --all --verbose -p iobroker license",
    "release-minor": "release-script minor --all --verbose -p iobroker license manual-review",
    "release-major": "release-script major --all --verbose -p iobroker license changelog manual-review"
  },
  "bugs": {
    "url": "https://github.com/Bannsaenger/ioBroker.x-touch/issues"
  },
  "readmeFilename": "README.md"
}
