{
  "name": "react-markdown-editor-lite",
  "version": "1.4.2",
  "description": "a light-weight Markdown editor based on React",
  "main": "./cjs/index.js",
  "module": "./esm/index.mjs",
  "unpkg": "lib/index.js",
  "jsdelivr": "lib/index.js",
  "files": [
    "cjs",
    "esm",
    "lib",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build": "rslib build",
    "check": "biome check --write",
    "build:watch": "rslib build --watch",
    "dev": "rsbuild dev",
    "build:demo": "rsbuild build",
    "format": "biome format --write",
    "test": "mocha",
    "coverage": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HarryChen0506/react-markdown-editor-lite.git"
  },
  "keywords": [
    "markdown",
    "html",
    "editor",
    "parser",
    "react",
    "component",
    "plugins",
    "pluggable"
  ],
  "author": "HarryChen && ShuangYa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HarryChen0506/react-markdown-editor-lite/issues"
  },
  "homepage": "https://unpkg.com/react-markdown-editor-lite@1.2.5-8/build/index.html",
  "devDependencies": {
    "@biomejs/biome": "2.1.3",
    "@rsbuild/core": "^1.7.2",
    "@rsbuild/plugin-less": "^1.5.0",
    "@rsbuild/plugin-react": "^1.4.2",
    "@rslib/core": "^0.19.1",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/chai": "^4.2.7",
    "@types/classnames": "^2.2.11",
    "@types/markdown-it": "^0.0.8",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.3.0",
    "@types/react": "^19.1.11",
    "@types/react-dom": "^19.1.8",
    "chai": "^4.2.0",
    "ignore-styles": "^5.0.1",
    "jsdom": "^16.2.2",
    "jsdom-global": "^3.0.2",
    "markdown-it": "^8.4.2",
    "mocha": "^11.7.1",
    "mochawesome": "^7.1.3",
    "nyc": "^15.1.0",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "react-markdown": "^10.1.0",
    "simple-git-hooks": "^2.13.0",
    "source-map-support": "^0.5.21",
    "tsx": "^4.20.5",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
      "biome check --write --files-ignore-unknown=true"
    ]
  },
  "nyc": {
    "include": [
      "src/**/*.ts",
      "src/**/*.tsx"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "reporter": [
      "html"
    ],
    "all": true
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "eventemitter3": "^4.0.0",
    "nanoid": "^4.0.2"
  }
}
