{ "name": "@mcpengine/chargebee", "version": "1.0.0", "description": "MCP server for Chargebee subscription billing platform", "type": "module", "main": "dist/main.js", "bin": { "@mcpengine/chargebee": "dist/main.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/main.js", "dev": "tsx watch src/main.ts" }, "keywords": ["mcp", "chargebee", "billing", "subscriptions"], "author": "MCPEngine", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "axios": "^1.7.0", "bottleneck": "^2.19.5", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.6.0" } }