{
  "name": "node-red-contrib-virtual-smart-home",
  "version": "4.5.1",
  "type": "commonjs",
  "description": "Do stuff in Node-RED with Amazon Alexa - no custom hardware, no separate accounts, no hassle.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepack": "npm shrinkwrap && echo \"module.exports = '$npm_package_version'\" > version.js && echo \"$npm_package_version\" > ./icons/version.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csuermann/node-red-contrib-virtual-smart-home.git"
  },
  "keywords": [
    "Alexa",
    "Echo",
    "smart-home",
    "node-red",
    "virtual smart home",
    "virtual device",
    "Home Assistant",
    "vsh"
  ],
  "author": "Cornelius Suermann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/csuermann/node-red-contrib-virtual-smart-home/issues"
  },
  "homepage": "https://github.com/csuermann/node-red-contrib-virtual-smart-home#readme",
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "vsh-connection": "connection.js",
      "vsh-virtual-device": "virtual-device.js"
    }
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true
  },
  "dependencies": {
    "axios": "^1.7.9",
    "bottleneck": "2.19.5",
    "color-convert": "2.0.1",
    "dayjs": "^1.11.13",
    "debounce": "1.2.1",
    "deep-eql": "4.1.3",
    "deepmerge": "4.2.2",
    "mqtt": "^5.10.3",
    "semver": "^7.6.3"
  },
  "overrides": {
    "fast-unique-numbers": "8.0.13",
    "deepmerge": "4.2.2"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
