package.json•1.43 kB
{
"name": "@delorenj/mcp-server-trello",
"mcpName": "io.github.delorenj/mcp-server-trello",
"version": "1.5.6",
"description": "An MCP server for Trello boards, powered by Bun for maximum performance.",
"keywords": [
"mcp",
"trello",
"bun",
"automation",
"productivity",
"model-context-protocol",
"api",
"integration",
"typescript",
"board-management",
"task-management",
"kanban"
],
"author": "Jarad DeLorenzo",
"license": "MIT",
"bugs": {
"url": "https://github.com/delorenj/mcp-server-trello/issues"
},
"homepage": "https://github.com/delorenj/mcp-server-trello#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.6.2",
"form-data": "^4.0.4",
"mcp-evals": "^1.0.18",
"zod": "^3.22.4"
},
"devDependencies": {
"@ai-sdk/openai": "^1.3.23",
"bun-types": "latest",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"terser": "^5.24.0",
"typescript": "^5.3.2"
},
"files": [
"build/**/*"
],
"bin": {
"mcp-server-trello": "./build/index.js"
},
"type": "module",
"engines": {
"bun": ">=1.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "bunx tsc"
}
}