mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
16 lines
300 B
JSON
16 lines
300 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": {
|
|
"marked": "17.0.5"
|
|
}
|
|
}
|