{ "name": "pipedrive-mcp", "version": "1.0.0", "description": "Complete MCP server for Pipedrive CRM API with 70+ tools and 27 rich UI apps", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "pipedrive-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "pipedrive", "crm", "sales", "pipeline"], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1" }, "devDependencies": { "@types/node": "^22.15.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "engines": { "node": ">=18.0.0" } }