{
  "name": "iobroker.x-touch",
  "version": "0.9.0",
  "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": ">=22.x"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.0",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/build-tools": "^3.0.1",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@iobroker/types": "^7.1.2",
    "@types/node": "^22.19.19"
  },
  "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"
}
