{
  "name": "@dosu/cli",
  "version": "0.53.0",
  "type": "module",
  "description": "Dosu CLI - Manage MCP servers for AI tools",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dosu-ai/dosu-cli.git"
  },
  "homepage": "https://dosu.dev",
  "main": "bin/dosu.js",
  "bin": {
    "dosu": "bin/dosu.js"
  },
  "files": [
    "bin/dosu.js"
  ],
  "scripts": {
    "dev": "DOSU_DEV=true bun --env-file=.env.production run src/index.ts",
    "dev:local": "DOSU_DEV=true bun --env-file=.env.development run src/index.ts",
    "reset:dev": "bun run scripts/reset-dev.ts",
    "build": "bun --env-file=.env.production run scripts/build-compile.ts",
    "build:dev": "bun --env-file=.env.development run scripts/build-compile.ts",
    "build:npm": "DOSU_INSTALL_CHANNEL=npm bun --env-file=.env.production run scripts/build-npm.ts",
    "upload:sourcemaps": "sentry-cli sourcemaps upload --org dosu-ai --project dosu-cli --validate --wait --strict --url-prefix app:///bin bin/dosu.js bin/dosu.js.map",
    "build:all": "bun --env-file=.env.production run scripts/build-all.ts",
    "test": "bunx vitest run",
    "test:watch": "bunx vitest",
    "typecheck": "bunx tsc --noEmit",
    "lint": "bunx biome lint .",
    "format": "bunx biome format .",
    "check": "bunx biome check .",
    "deadcode": "knip --no-config-hints && knip --production --config knip.production.jsonc --no-config-hints",
    "prepack": "bun run build:npm"
  },
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.246",
    "@biomejs/biome": "^2.5.0",
    "@clack/prompts": "^1.6.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@sentry/cli": "3.6.2",
    "@trpc/client": "11.18.0",
    "@trpc/server": "11.18.0",
    "@types/bun": "^1.3.14",
    "@vitest/coverage-v8": "^4.1.9",
    "commander": "^15.0.0",
    "knip": "6.32.0",
    "open": "^11.0.0",
    "picocolors": "^1.1.1",
    "semantic-release": "^25.0.5",
    "superjson": "^2.2.6",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9",
    "write-file-atomic": "^8.0.0",
    "zod": "^4.5.1"
  }
}
