{
  "name": "yeelight-home",
  "version": "0.1.18",
  "description": "Local Yeelight Home Runtime CLI installer and launcher.",
  "license": "UNLICENSED",
  "homepage": "https://github.com/Yeelight/yeelight-home#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yeelight/yeelight-home.git"
  },
  "bugs": {
    "url": "https://github.com/Yeelight/yeelight-home/issues"
  },
  "bin": {
    "yeelight-home": "bin/yeelight-home.js"
  },
  "files": [
    "bin/yeelight-home.js",
    "npm/lib/",
    "npm/install.js",
    "README.md",
    "README.zh-CN.md",
    "INSTALL.md",
    "CONFIG.md",
    "DISTRIBUTION.md"
  ],
  "scripts": {
    "postinstall": "node npm/install.js",
    "smoke": "node bin/yeelight-home.js version --json"
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64",
    "arm"
  ],
  "publishConfig": {
    "access": "public"
  }
}
