{
  "name": "repo-architect",
  "version": "0.3.2",
  "description": "Your codebase, documented. Automatically. Every night.",
  "type": "module",
  "bin": {
    "repo-architect": "./dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "prompts"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "bun dist/cli.js",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "clean": "rm -rf dist",
    "prepublishOnly": "bun run build && bun test",
    "site:dev": "cd site && bun run dev",
    "site:build": "cd site && bun run build",
    "site:preview": "cd site && bun run preview"
  },
  "keywords": [
    "architecture",
    "documentation",
    "mermaid",
    "codebase",
    "ai",
    "claude"
  ],
  "license": "MIT",
  "homepage": "https://repo-architect.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/sergical/repo-architect"
  },
  "bugs": {
    "url": "https://github.com/sergical/repo-architect/issues"
  },
  "author": "Sergiy Dybskiy",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.41.0",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "ora": "^8.2.0",
    "repomix": "^0.3.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "bun": ">=1.0.0"
  }
}
