{
"name": "@genm/switchbot-mcp",
"version": "1.0.0",
"description": "SwitchBot API MCP Server - Provides SwitchBot device control for AI assistants",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc && chmod +x build/index.js",
"start": "node build/index.js",
"dev": "ts-node --esm src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"switchbot"
],
"author": "genm",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/genm/mcps.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.1",
"axios": "^1.6.2",
"@types/node": "^20.10.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}