mirror of
https://github.com/docmost/docmost.git
synced 2026-05-14 04:24:04 +08:00
18 lines
362 B
JSON
18 lines
362 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"
|
|
}
|
|
}
|