{
  "name": "editorjs-font-size",
  "version": "0.0.4",
  "description": "This is a font size plugin created for editorjs",
  "main": "./cjs/index.js",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "engines": {
    "node": ">=12.20.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaisriramr/editorjs-font-size"
  },
  "keywords": [
    "editorjs",
    "typescript",
    "font-family",
    "plugin"
  ],
  "author": "jaisriramr",
  "license": "MIT",
  "dependencies": {
    "@editorjs/editorjs": "^2.28.2"
  },
  "private": false
}