{
  "name": "@liveblocks/emails",
  "version": "3.19.2",
  "description": "A set of functions and utilities to make sending emails based on Liveblocks notification events easy. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
  "license": "Apache-2.0",
  "author": "Liveblocks Inc.",
  "type": "module",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "module": "./dist/index.js",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist/**",
    "README.md"
  ],
  "dependencies": {
    "@liveblocks/core": "3.19.2",
    "@liveblocks/node": "3.19.2"
  },
  "peerDependencies": {
    "react": "^18 || ^19 || ^19.0.0-rc",
    "y-prosemirror": "^1",
    "yjs": "^13"
  },
  "sideEffects": false,
  "bugs": {
    "url": "https://github.com/liveblocks/liveblocks/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liveblocks/liveblocks.git",
    "directory": "packages/liveblocks-emails"
  },
  "homepage": "https://liveblocks.io",
  "keywords": [
    "emails",
    "node",
    "react",
    "comments",
    "threads",
    "liveblocks",
    "real-time",
    "toolkit",
    "multiplayer",
    "websockets",
    "collaboration",
    "collaborative",
    "presence",
    "crdts",
    "synchronize",
    "rooms",
    "documents",
    "conflict resolution"
  ]
}