@liveblocks/emails
Version:
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.
83 lines (82 loc) • 2.17 kB
JSON
{
"name": "@liveblocks/emails",
"version": "3.16.0",
"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"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"start": "tsup --watch",
"format": "(eslint --fix src/ || true) && prettier --write src/",
"lint": "eslint src/",
"lint:package": "publint --strict && attw --pack",
"test": "NODE_OPTIONS=\"--no-deprecation\" vitest run",
"test:ci": "NODE_OPTIONS=\"--no-deprecation\" vitest run",
"test:types": "ls test-d/* | xargs -n1 tsd --files",
"test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
},
"dependencies": {
"@liveblocks/core": "3.16.0",
"@liveblocks/node": "3.16.0"
},
"peerDependencies": {
"react": "^18 || ^19 || ^19.0.0-rc"
},
"devDependencies": {
"@liveblocks/eslint-config": "*",
"@liveblocks/vitest-config": "*",
"csstype": "3.0.2",
"msw": "^2.10.4"
},
"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"
]
}