mirror of
https://github.com/docmost/docmost.git
synced 2026-05-09 07:43:06 +08:00
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "@docmost/editor-ext",
|
|
"homepage": "https://docmost.com",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "./src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"dependencies": {
|
|
"diff": "8.0.3",
|
|
"prosemirror-changeset": "2.3.1",
|
|
"rfc6902": "5.1.2"
|
|
}
|
|
}
|