{
  "name": "brello",
  "version": "1.4.0",
  "private": false,
  "type": "module",
  "description": "Roster CLI + MCP — query your team's work from the terminal or Claude",
  "bin": {
    "brello": "cli.mjs",
    "roster": "cli.mjs",
    "brello-mcp": "mcp.mjs",
    "roster-mcp": "mcp.mjs"
  },
  "files": [
    "cli.mjs",
    "mcp.mjs",
    "lib",
    "README.md",
    "QUERIES.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brickshubkuwait/roster-cli-mcp.git"
  },
  "license": "MIT",
  "scripts": {
    "mcp": "node mcp.mjs",
    "postinstall": "node lib/postinstall.mjs",
    "test": "node acceptance.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "zod": "^3.23.8"
  }
}
