{
  "name": "bizquote-pro-ai-marketing-videos",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "test:ui": "playwright test tests/ui-audit.spec.js --workers=1 --reporter=line",
    "test:ui:desktop": "playwright test tests/ui-audit.spec.js --project=desktop --workers=1 --reporter=line",
    "test:ui:mobile": "playwright test tests/ui-audit.spec.js --project=mobile --workers=1 --reporter=line",
    "test:ui:invoice": "playwright test tests/ui-audit.spec.js --project=mobile --grep invoices --workers=1 --reporter=line",
    "test:ui:nav": "playwright test tests/ui-audit.spec.js --project=mobile --grep=sidebar --workers=1 --reporter=line",
    "test:ui:production": "playwright test tests/ui-audit.spec.js --project=mobile --grep=production --workers=1 --reporter=line",
    "videos:ai-marketing": "node scripts/video/create-ai-marketing-videos.mjs"
  },
  "devDependencies": {
    "@axe-core/playwright": "^4.12.1",
    "@playwright/test": "^1.45.0",
    "vite": "^6.4.3"
  },
  "dependencies": {
    "htmx.org": "^2.0.10"
  }
}
