{
  "name": "vibeflow-workspace",
  "version": "1.0.0",
  "description": "AI-powered social media monitoring system that tracks brand mentions and keywords using Twitter API .io",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alavida/brand-listener.git"
  },
  "keywords": [
    "brand-monitoring",
    "social-media",
    "twitter",
    "slack",
    "google-sheets",
    "automation",
    "typescript",
    "github-actions"
  ],
  "author": "alexgirarde <alex@alavida.ai>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alavida/brand-listener/issues"
  },
  "homepage": "https://github.com/alavida/brand-listener#readme",
  "workspaces": [
    "packages/*",
    "apps/*"
  ],
  "devDependencies": {
    "@types/node": "^20.5.0",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@typescript-eslint/parser": "^6.4.0",
    "eslint": "^8.57.1",
    "prettier": "^3.0.0",
    "tsx": "^4.20.5",
    "turbo": "^1.10.7",
    "typescript": "^5.1.6"
  },
  "scripts": {
    "build": "turbo build",
    "dev": "turbo run dev --parallel --filter=agents-app --filter=@vibeflow/*",
    "migrate": "turbo migrate",
    "generate": "turbo generate",
    "generate:db": "pnpm --filter=@vibeflow/database generate",
    "migrate:db": "pnpm --filter=@vibeflow/database migrate",
    "lint": "turbo lint",
    "typecheck": "turbo typecheck",
    "clean": "turbo clean",
    "test": "turbo test",
    "setup": "./scripts/setup.sh",
    "verify": "./scripts/verify-setup.sh"
  }
}