{
  "name": "iobroker.nuki",
  "version": "2.0.0",
  "description": "ioBroker Nuki Adapter",
  "author": {
    "name": "smaragdschlange",
    "email": "smaragdschlange@gmx.de"
  },
  "contributors": [
    {
      "name": "smaragdschlange",
      "email": "smaragdschlange@gmx.de"
    }
  ],
  "homepage": "https://github.com/smaragdschlange/ioBroker.nuki",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "Nuki",
    "Smart Lock",
    "Smart Home",
    "home automation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smaragdschlange/ioBroker.nuki.git"
  },
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "request": "^2.88.2",
    "express": "^4.19.2",
    "body-parser": "^1.20.2",
    "ip": "^2.0.1",
    "tweetnacl": "^1.0.3",
    "@iobroker/adapter-core": "^3.1.6"
  },
  "devDependencies": {
    "gulp": "^5.0.0",
    "mocha": "^10.4.0",
    "chai": "^5.1.1",
    "axios": "^1.7.2",
    "@alcalzone/release-script": "^3.7.0",
    "@alcalzone/release-script-plugin-iobroker": "^3.7.1",
    "@alcalzone/release-script-plugin-license": "^3.7.0",
    "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
    "@iobroker/adapter-dev": "^1.3.0",
    "@iobroker/testing": "^4.1.3"
  },
  "main": "main.js",
  "scripts": {
    "test": "npm run test:package && npm run test:unit",
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "test:integration": "mocha test/integration --exit",
    "release": "release-script",
    "release-patch": "release-script patch --yes",
    "release-minor": "release-script minor --yes",
    "release-major": "release-script major --yes",
    "translate": "translate-adapter"
  },
  "bugs": {
    "url": "https://github.com/smaragdschlange/ioBroker.nuki/issues"
  },
  "readmeFilename": "README.md"
}
