{
  "name": "custom-rich-text-editor",
  "version": "1.1.4",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "author": "Sai Krishna M",
  "description": "A customizable React rich text editor with icon-based toolbar",
  "dependencies": {
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-icons": "^5.5.0"
  },
  "devDependencies": {
    "@types/react": "^18.1.4",
    "@types/react-dom": "^18.1.4",
    "ts-loader": "^9.5.2",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "react",
    "react-component",
    "rich-text-editor",
    "wysiwyg-editor",
    "react-wysiwyg",
    "react-html-editor",
    "contenteditable",
    "text-formatting",
    "react-ui",
    "editor-component",
    "html-editor",
    "react-rich-text",
    "custom-rich-text-editor",
    "typescript",
    "react-toolkit",
    "cms-integration",
    "dashboard-editor",
    "form-builder",
    "content-management",
    "npm-package"
  ],
  "license": "MIT"
}
