28 lines
709 B
JSON
28 lines
709 B
JSON
{
|
|
"name": "@mcpengine/activecampaign",
|
|
"version": "1.0.0",
|
|
"description": "Complete ActiveCampaign MCP Server with 50+ tools and 16 apps",
|
|
"main": "dist/index.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"
|
|
}
|
|
}
|