{
  "name": "@platform-modules/marketing",
  "version": "0.0.6",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/platform-modules/mod.git",
    "directory": "packages/marketing"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./self-managed": {
      "types": "./dist/self-managed.d.ts",
      "import": "./dist/self-managed.js"
    },
    "./brevo": {
      "types": "./dist/brevo.d.ts",
      "import": "./dist/brevo.js"
    },
    "./segments": {
      "types": "./dist/segments.d.ts",
      "import": "./dist/segments.js"
    },
    "./scheduling": {
      "types": "./dist/scheduling.d.ts",
      "import": "./dist/scheduling.js"
    },
    "./automation": {
      "types": "./dist/automation.d.ts",
      "import": "./dist/automation.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@platform-modules/db": "workspace:^",
    "@platform-modules/mail": "workspace:^"
  },
  "devDependencies": {
    "@platform-modules/db": "workspace:*",
    "@platform-modules/mail": "workspace:*",
    "@tooling/tsdown-config": "workspace:*",
    "tsdown": "catalog:",
    "typescript": "catalog:",
    "@types/node": "22.20.1",
    "vitest": "catalog:"
  }
}
