{
  "name": "vibebusiness",
  "version": "1.2.119",
  "description": "AI-powered autonomous product manager. Research. Build. Ship. Grow.",
  "license": "SEE LICENSE IN LICENSE",
  "private": false,
  "bin": {
    "vibebusiness": "./dist/bin/vibebusiness.js"
  },
  "files": [
    "dist/",
    "templates/",
    "scripts/lib/video/compositions/",
    ".next/standalone/",
    ".next/static/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "grep -q 'consumeVibe' scripts/heartbeat.ts && npm run build && next build",
    "dev": "next dev -p 3001",
    "dev:dashboard": "next dev -p 3001",
    "start": "next start -p 3001",
    "lint": "next lint",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:headed": "playwright test --headed",
    "analyze": "npx tsx scripts/analyze.ts",
    "generate-idea": "npx tsx scripts/generate-idea.ts",
    "implement": "npx tsx scripts/implement.ts",
    "init": "npx tsx scripts/init.ts",
    "heartbeat": "npx tsx scripts/heartbeat.ts",
    "status": "npx tsx bin/ai-analyst.ts status",
    "generate-promo": "npx tsx scripts/generate-promo-image.ts",
    "investor-update": "npx tsx scripts/investor-update.ts"
  },
  "keywords": [
    "ai",
    "business-analyst",
    "codebase-monitoring",
    "autonomous",
    "kpi-tracking",
    "claude-code",
    "devtools",
    "100x",
    "manager"
  ],
  "devDependencies": {
    "@google/genai": "^1.42.0",
    "@playwright/test": "^1.58.1",
    "@resvg/resvg-js": "^2.6.2",
    "@types/node": "^20.14.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/uuid": "^9.0.8",
    "autoprefixer": "^10.4.19",
    "clsx": "^2.1.1",
    "lucide-react": "^0.400.0",
    "next": "^14.2.0",
    "postcss": "^8.4.38",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "satori": "^0.19.2",
    "tailwindcss": "^3.4.4",
    "tsup": "^8.5.1",
    "tsx": "^4.15.0",
    "typescript": "^5.4.5",
    "uuid": "^9.0.1",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@remotion/bundler": "^4.0.428",
    "@remotion/renderer": "^4.0.428",
    "dotenv": "^17.3.1",
    "remotion": "^4.0.428",
    "stripe": "^20.3.1",
    "twitter-api-v2": "^1.29.0",
    "vibebusiness": "^1.2.85"
  }
}
