Jake Shore 6d342a1545 Phase 1: Tier 2 complete — 13 servers upgraded to gold standard architecture
- READMEs added: asana, close, freshdesk, google-console, gusto, square
- main.ts + server.ts (lazy loading): activecampaign, clickup, klaviyo, mailchimp, pipedrive, trello, touchbistro, closebot, close, google-console
- All 13 compile with 0 TSC errors
2026-02-14 05:47:14 -05:00

31 lines
767 B
JSON

{
"name": "@mcpengine/activecampaign",
"version": "1.0.0",
"description": "Complete ActiveCampaign MCP Server with 50+ tools and 16 apps",
"main": "dist/main.js",
"bin": {
"activecampaign-mcp": "./dist/main.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"typecheck": "tsc --noEmit",
"start": "node dist/index.js"
},
"keywords": ["mcp", "activecampaign", "crm", "marketing", "automation"],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.7.2"
}
}