{
  "name": "@polderlabs/bizar",
  "version": "7.0.2",
  "description": "Norse-pantheon multi-agent system for Claude Code — 14 agents across 4 cost tiers with cost-aware routing, plans, and a configurable agent harness. Ships as a single npm package with the dashboard server, Claude Code MCP server, and typed SDK.",
  "type": "module",
  "bin": {
    "bizar": "cli/bin.mjs"
  },
  "files": [
    "cli/",
    "bizar-dash/",
    "packages/sdk/",
    ".claude/",
    "config/",
    "templates/",
    "scripts/",
    "install.sh"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build:sdk": "tsc -p packages/sdk/tsconfig.json",
    "build:dash": "vite build",
    "test:sdk": "node_modules/.bin/vitest run --root packages/sdk",
    "test:web": "cd bizar-dash && npx vitest run",
    "test:sdk:watch": "node_modules/.bin/vitest --root packages/sdk",
    "test": "npm run typecheck && npm run test:sdk && node --test cli/install.test.mjs cli/provision.test.mjs cli/worker-dispatcher.test.mjs cli/commands/setup-provider.test.mjs cli/commands/rca.test.mjs cli/__tests__/cost-gate.test.mjs cli/__tests__/feature-list-bridge.test.mjs && node --test bizar-dash/tests/path-safe.test.mjs",
    "build": "npm run build:sdk && npm run build:dash",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "claude-code",
    "claude-agent-sdk",
    "ai-agent",
    "norse",
    "multi-agent",
    "router",
    "cli",
    "platform",
    "mods",
    "schedules",
    "mcp"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18",
    "bun": ">=1.1.0"
  },
  "dependencies": {
    "@polderlabs/bizar-sdk": "^0.4.0",
    "@mdx-js/mdx": "^3.1.1",
    "@mdx-js/react": "^3.1.1",
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
    "@opentelemetry/resources": "^1.30.1",
    "@opentelemetry/sdk-node": "^0.52.1",
    "@opentelemetry/sdk-trace-node": "^1.30.1",
    "@opentelemetry/semantic-conventions": "^1.41.1",
    "@xyflow/react": "^12.11.1",
    "better-sqlite3": "^12.11.1",
    "blessed": "^0.1.81",
    "boxen": "^8.0.0",
    "chalk": "^5.4.0",
    "chokidar": "^3.6.0",
    "cors": "^2.8.6",
    "croner": "^10.0.1",
    "express": "^4.22.0",
    "formidable": "^3.5.0",
    "fuse.js": "^7.0.0",
    "inquirer": "^12.0.0",
    "lucide-react": "^0.460.0",
    "ora": "^8.1.0",
    "qrcode-terminal": "^0.12.0",
    "qrcode.react": "^4.2.0",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "react-markdown": "^9.0.0",
    "remark-gfm": "^4.0.0",
    "tesseract.js": "^5.1.1",
    "ws": "^8.18.0",
    "zod": "4.1.8"
  },
  "peerDependencies": {
    "@anthropic-ai/claude-agent-sdk": "*"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/claude-agent-sdk": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/better-sqlite3": "^7.6.13",
    "@types/bun": "latest",
    "@types/node": "^22.0.0",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.0",
    "js-yaml": "^5.2.1",
    "jsdom": "^25.0.1",
    "smol-toml": "^1.7.0",
    "typescript": "^5.6.0",
    "vite": "^5.0.0",
    "vitest": "^4.1.9"
  },
  "allowScripts": {
    "better-sqlite3@12.11.1": true
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/DrB0rk/BizarHarness.git"
  },
  "bugs": {
    "url": "https://github.com/DrB0rk/BizarHarness/issues"
  },
  "homepage": "https://github.com/DrB0rk/BizarHarness#readme",
  "optionalDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.1.0"
  }
}
