{
  "name": "@viberaven/cli",
  "version": "1.4.4",
  "description": "Local Studio cockpit for AI-built apps: agentic chat, provider context, release review, diffs, and approval-controlled repo work.",
  "license": "MIT",
  "author": "VibeRaven",
  "homepage": "https://viberaven.dev",
  "bugs": {
    "url": "https://github.com/ohad6k/VibeRaven/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ohad6k/VibeRaven.git",
    "directory": "packages/cli"
  },
  "keywords": [
    "viberaven",
    "launch-readiness",
    "production-readiness",
    "launch-gaps",
    "ai-built-apps",
    "agent-mode",
    "mcp",
    "claude-code",
    "codex",
    "cursor",
    "ai",
    "production",
    "supabase",
    "vercel",
    "stripe"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "bin": {
    "viberaven": "dist/cli.js"
  },
  "files": [
    "dist",
    "playbooks",
    "assets/report",
    "AGENTS.md",
    "SECURITY.md",
    "templates"
  ],
  "scripts": {
    "sync-report-assets": "node scripts/sync-report-assets.mjs",
    "build": "node scripts/build.mjs",
    "dev": "node scripts/build.mjs && node dist/cli.js",
    "typecheck": "tsc -p tsconfig.json",
    "demo-report": "node scripts/demo-report.mjs --open",
    "verify:release:smoke": "npm run build && node scripts/verify-beta-flow.mjs --smoke",
    "verify:release:live": "npm run build && node scripts/verify-beta-flow.mjs --live",
    "test": "vitest run",
    "prepublishOnly": "npm run sync-report-assets && npm run check:agent-discovery && npm run typecheck && npm run test && npm run build",
    "check:agent-discovery": "node scripts/check-agent-discovery.mjs",
    "viberaven:gate": "npx -y viberaven --agent-mode",
    "viberaven:verify": "npx -y viberaven --verify",
    "viberaven:strict": "npx -y viberaven --strict"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@clack/prompts": "^0.10.1",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "esbuild": "^0.25.0",
    "typescript": "^5.8.0",
    "vitest": "^3.2.0"
  }
}
