{
  "name": "@reachy/audience-module",
  "version": "1.0.25",
  "description": "Módulo reutilizável para consultas e criação de audiences",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "audience",
    "query",
    "contacts",
    "segmentation",
    "reachy"
  ],
  "author": "Reachy Team",
  "license": "MIT",
  "peerDependencies": {
    "@supabase/supabase-js": "^2.x"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^20.0.0",
    "jest": "^30.3.0",
    "ts-jest": "^29.4.9",
    "typescript": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/reachy/audience-module.git"
  },
  "publishConfig": {
    "access": "public"
  }
}
