{
  "name": "trelly",
  "version": "0.3.9",
  "description": "trelly — fast Trello CLI with multi-profile auth, MCP server, and kanban TUI",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/brandonkramer/trelly#readme",
  "keywords": [
    "trello",
    "cli",
    "trelly",
    "mcp",
    "kanban",
    "automation",
    "pi-package"
  ],
  "pi": {
    "skills": [
      "./skills"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/brandonkramer/trelly.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin/",
    "src/",
    "skills/",
    "assets/",
    ".claude-plugin/",
    ".codex-plugin/",
    ".cursor-plugin/",
    ".antigravity-plugin/",
    "mcp.json",
    "PLUGIN.md",
    "PRIVACY.md"
  ],
  "bin": {
    "trelly": "./bin/trelly",
    "trelly-mcp": "./bin/trelly-mcp"
  },
  "scripts": {
    "trelly": "bun src/cli/index.ts",
    "mcp": "bun src/mcp/server.ts",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "lint": "biome check .",
    "fmt": "biome format --write .",
    "fmt:check": "biome check .",
    "version": "bun src/sync-plugin-versions.ts",
    "postinstall": "node -e \"try{const{chmodSync}=require('fs');for(const f of['bin/trelly','bin/trelly-mcp','bin/run-ts','bin/launch-cursor-mcp.mjs','bin/install-cursor-plugin-local.sh']){try{chmodSync(f,0o755)}catch{}}}catch{}\"",
    "prepublishOnly": "bun run typecheck && bun test && bun run lint"
  },
  "engines": {
    "bun": ">=1.2.0",
    "node": ">=22"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "commander": "^15.0.0",
    "ink": "^7.1.0",
    "react": "^19.2.7",
    "tsx": "^4.22.5",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.2",
    "@types/node": "^26.1.0",
    "@types/react": "^19.2.17",
    "typescript": "^6.0.3"
  }
}
