tiptap-fs
Version:
Font size extension for Tiptap editor
44 lines (43 loc) • 961 B
JSON
{
"name": "tiptap-fs",
"version": "1.0.0",
"description": "Font size extension for Tiptap editor",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/extension-text-style": "^2.0.0"
},
"devDependencies": {
"@tiptap/core": "^2.11.5",
"@tiptap/extension-text-style": "^2.11.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"keywords": [
"tiptap",
"tiptap-extension",
"font-size",
"editor",
"wysiwyg"
],
"author": "Faizan Shaik",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fyzanshaik/tiptap-fs.git"
},
"bugs": {
"url": "https://github.com/fyzanshaik/tiptap-fs/issues"
},
"homepage": "https://github.com/fyzanshaik/tiptap-fs#readme"
}