{
  "name": "@vibeflow/reporting",
  "version": "1.0.0",
  "description": "Brand Listener Twitter reporting service for AWS deployment",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsup src/index.ts --format esm --sourcemap --dts --out-dir dist"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": ["dist"],
  "keywords": ["twitter", "ingestion", "aws", "lambda", "sst"],
  "author": "",
  "license": "ISC",
  "packageManager": "pnpm@10.13.1",
  "dependencies": {
    "@vibeflow/core": "workspace:*",
    "@vibeflow/database": "workspace:*",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "tsx": "^4.7.1",
    "typescript": "^5.3.3",
    "tsup": "^8.5.0"
  }
}
