package.json•1.25 kB
{
"name": "@coolver/mcp-home-assistant",
"version": "2.0.0",
"description": "Build smart home automations with AI - Cursor AI analyzes your Home Assistant and creates intelligent solutions tailored to your devices",
"type": "module",
"main": "./build/index.js",
"bin": {
"mcp-home-assistant": "./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",
"cursor",
"cursor-ai",
"ai",
"smart-home",
"model-context-protocol",
"automation"
],
"author": "Vladimir Eremeev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Coolver/mcp-home-assistant.git"
},
"bugs": {
"url": "https://github.com/Coolver/mcp-home-assistant/issues"
},
"homepage": "https://github.com/Coolver/mcp-home-assistant#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}