{
  "name": "ai-cmo",
  "version": "1.0.0",
  "description": "AI-powered Chief Marketing Officer platform",
  "private": true,
  "workspaces": [
    "src/*"
  ],
  "scripts": {
    "dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
    "start": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
    "dev:backend": "npm run dev -w src/backend",
    "dev:frontend": "npm run dev -w src/frontend",
    "dev:ml": "npm run dev -w src/ml",
    "build": "npm run build --workspaces",
    "build1": "npm run build",
    "test": "npm run test --workspaces",
    "test:ci": "npm run test:ci --workspaces",
    "lint": "eslint . --ext .ts,.tsx,.js,.jsx",
    "lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
    "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
    "typecheck": "tsc --noEmit",
    "docker:up": "docker-compose up -d",
    "docker:down": "docker-compose down",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "concurrently": "^8.2.2",
    "esbuild": "^0.28.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-react": "^7.33.2",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.0",
    "prettier": "^3.1.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{json,css,md}": [
      "prettier --write"
    ]
  },
  "dependencies": {
    "@getbrevo/brevo": "^6.0.2",
    "@types/qrcode": "^1.5.6",
    "adm-zip": "^0.6.0",
    "archiver": "^8.0.0",
    "cloudinary": "^2.10.0",
    "country-state-city": "^3.2.1",
    "dns": "^0.2.2",
    "docx": "^9.7.1",
    "googleapis": "^174.0.1",
    "pptxgenjs": "^4.0.1",
    "qrcode": "^1.5.4",
    "zhipuai": "^2.0.0"
  }
}
