2024-01-14 23:05:41 +01:00
|
|
|
{
|
|
|
|
|
"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"
|
2024-01-14 23:05:41 +01:00
|
|
|
}
|