{
  "name": "@warlock.js/notifications",
  "description": "Multi-channel notifications for Warlock.js — define once, fire anywhere; mail / in-app database / pluggable custom channels with preferences, rate limits, and idempotency.",
  "warlock": {
    "environment": "server"
  },
  "dependencies": {
    "@warlock.js/cache": "5.18.0",
    "@warlock.js/cascade": "5.18.0",
    "@warlock.js/core": "5.18.0",
    "@warlock.js/logger": "5.18.0"
  },
  "optionalDependencies": {
    "@warlock.js/herald": "5.18.0"
  },
  "peerDependencies": {
    "@warlock.js/queue": "5.18.0"
  },
  "peerDependenciesMeta": {
    "@warlock.js/queue": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/warlockjs/notifications"
  },
  "keywords": [
    "notifications",
    "mail",
    "in-app",
    "multi-channel",
    "warlock.js",
    "typescript"
  ],
  "author": "hassanzohdy",
  "license": "MIT",
  "version": "5.18.0",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "types": "./esm/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./esm/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./esm/index.d.mts",
        "default": "./cjs/index.cjs"
      }
    }
  }
}
