{ "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": { "diff": "8.0.3", "prosemirror-changeset": "2.3.1", "rfc6902": "5.1.2" } }