@liveblocks/emails 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +24 -0
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@liveblocks/emails",
3
+ "version": "0.0.1",
4
+ "description": "A set of functions and utilities to prepare data to send emails from notifications. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
5
+ "license": "Apache-2.0",
6
+ "type": "commonjs",
7
+ "files": [
8
+ "README.md"
9
+ ],
10
+ "sideEffects": false,
11
+ "bugs": {
12
+ "url": "https://github.com/liveblocks/liveblocks/issues"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/liveblocks/liveblocks.git",
17
+ "directory": "packages/liveblocks-emails"
18
+ },
19
+ "homepage": "https://liveblocks.io",
20
+ "keywords": [
21
+ "liveblocks",
22
+ "emails"
23
+ ]
24
+ }