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

13 lines
252 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",
2024-08-31 19:11:07 +01:00
"types": "dist/index.d.ts"
}