mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 12:39:03 +08:00
24 lines
644 B
JSON
24 lines
644 B
JSON
{
|
|
"name": "@tiptap/extension-document",
|
|
"version": "1.0.0-alpha.0",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": ["tiptap", "tiptap extension"],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-document.cjs.js",
|
|
"umd": "dist/tiptap-extension-document.umd.js",
|
|
"module": "dist/tiptap-extension-document.esm.js",
|
|
"unpkg": "dist/tiptap-extension-document.bundle.umd.min.js",
|
|
"types": "dist/extension-document/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "2.0.0-alpha.3"
|
|
}
|
|
}
|