{
  "name": "@devslab/editor-ruler-froala",
  "version": "1.1.0",
  "description": "Froala WYSIWYG editor adapter for @devslab/editor-ruler — a Word-like horizontal ruler plugin.",
  "license": "Apache-2.0",
  "author": "devslab",
  "homepage": "https://devslab-kr.github.io/editor-ruler/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devslab-kr/editor-ruler.git",
    "directory": "packages/editor-ruler-froala"
  },
  "bugs": "https://github.com/devslab-kr/editor-ruler/issues",
  "keywords": [
    "froala",
    "froala-editor",
    "ruler",
    "wysiwyg",
    "plugin",
    "indent",
    "margin",
    "froala-ruler",
    "froala-plugin",
    "horizontal-ruler",
    "editor-ruler"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@devslab/editor-ruler": "^1.1.0"
  },
  "peerDependencies": {
    "froala-editor": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "froala-editor": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json"
  }
}