docmost/packages/editor-ext/package.json
Philipinho 9a8b605f70 * add new tiptap editor extension monorepo package
* move tiptap packages to main package.json
* add tiptap extensions schema to collaborative backend
* add basic README
2024-01-14 23:05:41 +01:00

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"
}