{ "name": "@mcpengine/housecall-pro", "version": "1.0.0", "description": "Housecall Pro MCP Server - Complete field service management integration", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "housecall-pro-mcp": "dist/main.js" }, "scripts": { "build": "tsc && chmod +x dist/main.js", "dev": "tsc --watch", "start": "node dist/main.js", "clean": "rm -rf dist" }, "keywords": [ "mcp", "model-context-protocol", "housecall-pro", "field-service", "scheduling", "dispatch", "crm" ], "author": "MCPEngine", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^22.10.5", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.0", "typescript": "^5.7.3", "vite": "^5.4.0" }, "engines": { "node": ">=18.0.0" } }