mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 12:39:03 +08:00
27 lines
642 B
JSON
27 lines
642 B
JSON
{
|
|
"name": "@tiptap/extension-text",
|
|
"version": "2.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-text.cjs.js",
|
|
"umd": "dist/tiptap-extension-text.umd.js",
|
|
"module": "dist/tiptap-extension-text.esm.js",
|
|
"unpkg": "dist/tiptap-extension-text.bundle.umd.min.js",
|
|
"types": "dist/packages/extension-text/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-alpha.0"
|
|
}
|
|
}
|