{
  "name": "tiptap-extension-font-size",
  "version": "1.0.3",
  "description": "extension font size for tiptap",
  "main": "src/index.ts",
  "keywords": [
    "tiptap",
    "tiptap extension"
  ],
  "scripts": {
    "test": "echo \\\"No test specified\\\""
  },
  "repository": "git+https://github.com/TheNaschkatze/tiptap-extension-font-size.git",
  "author": "theNaschkatze",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/TheNaschkatze/tiptap-extension-font-size/issues"
  },
  "homepage": "https://github.com/TheNaschkatze/tiptap-extension-font-size#readme",
  "dependencies": {
    "@tiptap/core": "^2.0.0-beta.116",
    "@tiptap/extension-text-style": "^2.0.0-beta.17"
  }
}
