{
  "name": "broods",
  "version": "0.39.1",
  "description": "CLI + TypeScript SDK for the broods agent platform.",
  "keywords": [
    "agents",
    "ai",
    "broods",
    "cli",
    "sdk"
  ],
  "homepage": "https://github.com/beeblastco/broods#readme",
  "bugs": {
    "url": "https://github.com/beeblastco/broods/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beeblastco/broods.git",
    "directory": "packages/broods"
  },
  "bin": {
    "broods": "dist/cli/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "account": [
        "./dist/account.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./account": {
      "types": "./dist/account.d.ts",
      "import": "./dist/account.js"
    }
  },
  "scripts": {
    "build": "bun scripts/build.ts && rollup -c rollup.dts.config.mjs && rm -rf .dts-temp",
    "check": "tsc --noEmit",
    "pack:check": "bun run build && publint && attw --pack .",
    "test": "bun test"
  },
  "dependencies": {
    "@modelcontextprotocol/client": "^2.0.0",
    "esbuild": "^0.28.2"
  },
  "devDependencies": {
    "@ai-sdk/tui": "1.0.108",
    "@arethetypeswrong/cli": "^0.18.5",
    "@chat-adapter/discord": "^4.38.1",
    "@chat-adapter/github": "^4.38.1",
    "@chat-adapter/slack": "^4.38.1",
    "@chat-adapter/telegram": "^4.38.1",
    "@modelcontextprotocol/server": "2.0.0",
    "@types/bun": "^1.3.14",
    "@typescript/typescript6": "6.0.2",
    "ai": "^7.0.107",
    "publint": "^0.3.23",
    "rollup": "^4.62.4",
    "rollup-plugin-dts": "^6.5.1",
    "typescript": "^7.0.2",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "ai": "^7.0.107"
  },
  "engines": {
    "node": ">=22.15"
  }
}
