{
  "name": "@iflow-mcp/coolver-home-assistant-mcp",
  "version": "3.2.16",
  "mcpName": "io.github.Coolver/home-assistant-mcp",
  "mcpDisplayName": "Home Assistant Vibecode MCP",
  "description": "Enable Cursor, VS Code, Claude Code or any MCP-enabled IDE to help you vibecode and manage Home Assistant: create automations, design dashboards, tweak themes, modify configs, and deploy changes using natural language",
  "type": "module",
  "main": "./build/index.js",
  "bin": "./build/index.js",
  "files": [
    "build/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && chmod +x build/index.js",
    "watch": "tsc --watch",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "home-assistant",
    "vibe-code",
    "cursor",
    "vs-code",
    "co-pilot",
    "claude-code",
    "ai",
    "smart-home",
    "model-context-protocol",
    "automation"
  ],
  "author": "Vladimir Eremeev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iflow-mcp/coolver-home-assistant-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/iflow-mcp/coolver-home-assistant-mcp/issues"
  },
  "homepage": "https://github.com/iflow-mcp/coolver-home-assistant-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.21.1",
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
