{
  "name": "wysiwyg-editor-3lab",
  "version": "1.1.1",
  "description": "Professional WYSIWYG editor for React with headless architecture and Shiki syntax highlighting",
  "author": "3Lab",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc --project tsconfig.build.json && vite build",
    "test": "vitest",
    "lint": "eslint src --ext ts,tsx",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dblack-adminix/wysiwyg-editor.git"
  },
  "bugs": {
    "url": "https://github.com/dblack-adminix/wysiwyg-editor/issues"
  },
  "homepage": "https://github.com/dblack-adminix/wysiwyg-editor#readme",
  "keywords": [
    "wysiwyg",
    "editor",
    "react",
    "contenteditable",
    "rich-text",
    "markdown",
    "headless",
    "typescript",
    "shiki",
    "syntax-highlighting",
    "code-editor",
    "3lab"
  ],
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@testing-library/react": "^14.1.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "@vitejs/plugin-react": "^4.2.0",
    "eslint": "^8.54.0",
    "eslint-plugin-react": "^7.33.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jsdom": "^23.0.0",
    "typescript": "^5.3.0",
    "vite": "^5.0.0",
    "vitest": "^1.0.0"
  },
  "dependencies": {
    "html2canvas": "^1.4.1",
    "jspdf": "^4.0.0",
    "shiki": "^3.21.0"
  }
}
