{ "name": "home-assistant-mcp", "version": "1.0.0", "description": "MCP Server for Home Assistant integration", "type": "module", "main": "dist/index.js", "bin": { "home-assistant-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "home-assistant", "llm", "ai" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" } }