{ "name": "zenoti-mcp-server", "version": "1.1.0", "mcpName": "com.jamesrosingmd/zenoti", "description": "MCP server for Zenoti spa/wellness/medspa management — guests, appointments, bookings, invoices", "main": "dist/index.js", "type": "module", "bin": { "zenoti-mcp-server": "dist/index.js" }, "files": [ "dist/", "README.md", "SETUP.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "prepublishOnly": "npm run build", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "tsx --test test/*.test.ts", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "mcp-server", "zenoti", "spa", "wellness", "medspa", "appointments", "booking", "claude", "model-context-protocol" ], "repository": { "type": "git", "url": "git+https://github.com/tacit-code/zenoti-mcp-server.git" }, "author": "James Rosing ", "license": "MIT", "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "dotenv": "^16.4.5", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.19.1", "tsx": "^4.16.2", "typescript": "^5.7.2" } }