mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
5506eb194b
* Show actual history changes * V2 - WIP * feat: page history diff * fix: exclude content from history listing --------- Co-authored-by: Jason Norwood-Young <jason@10layer.com>
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"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "./src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"dependencies": {}
|
|
}
|