{
  "name": "mozartsh",
  "version": "0.1.0",
  "module": "src/index.ts",
  "type": "module",
  "bin": {
    "mozart": "src/index.ts"
  },
  "scripts": {
    "dev": "MOZART_DEV=1 bun run src/index.ts up --dev",
    "dev:ui": "cd ui && bun run dev",
    "clean": "bun run src/index.ts rm --all",
    "test": "bun run test:unit && bun run test:e2e",
    "test:unit": "bun test tests/*.test.ts",
    "test:e2e": "bun test tests/e2e/",
    "build:ui": "cd ui && bun run build",
    "build:mozart": "bun build --compile src/index.ts --outfile mozart",
    "build": "bun run build:ui && bun run build:mozart",
    "lint": "biome check .",
    "format:check": "biome format --write ."
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.7",
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "dependencies": {
    "@openrouter/ai-sdk-provider": "^2.3.1",
    "ai": "^6.0.116",
    "botbrowser": "^0.1.1",
    "commander": "^14.0.3",
    "cron-parser": "^4.9.0",
    "hono": "^4.12.8",
    "node-cron": "^3.0.3",
    "zod": "^4.3.6"
  }
}
