mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-11 15:59:01 +08:00
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"name": "tiptap-models",
|
|
"version": "0.1.1",
|
|
"description": "Models for tiptap",
|
|
"homepage": "https://tiptap.scrumpy.io",
|
|
"license": "MIT",
|
|
"main": "dist/models.common.js",
|
|
"module": "dist/models.esm.js",
|
|
"unpkg": "dist/models.js",
|
|
"jsdelivr": "dist/models.js",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heyscrumpy/tiptap/issues"
|
|
}
|
|
}
|