Files
docmost/packages/editor-ext/package.json
T
2026-02-02 13:32:50 +00:00

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