Files
docmost_custom/packages/editor-ext/package.json
T

14 lines
274 B
JSON
Raw Normal View History

{
"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",
2026-02-03 11:55:20 -08:00
"types": "dist/index.d.ts",
"dependencies": {}
}