mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00

* move tiptap packages to main package.json * add tiptap extensions schema to collaborative backend * add basic README
14 lines
274 B
JSON
14 lines
274 B
JSON
{
|
|
"name": "@docmost/editor-ext",
|
|
"homepage": "https://docmost.com",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"dependencies": {},
|
|
"main": "dist/index.js",
|
|
"module": "./src/index.ts",
|
|
"types": "dist/index.d.ts"
|
|
}
|