{
  "name": "bytemd",
  "version": "1.22.0",
  "description": "Hackable Markdown Editor and Viewer",
  "keywords": [
    "markdown",
    "editor",
    "viewer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bytedance/bytemd.git",
    "directory": "packages/bytemd"
  },
  "license": "MIT",
  "author": "Rongjian Zhang",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./svelte/index.js",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./locales/*": "./locales/*",
    "./lib/locales/*": "./locales/*",
    "./dist/index.css": "./dist/index.css",
    "./dist/index.min.css": "./dist/index.min.css"
  },
  "main": "./dist/index.js",
  "svelte": "./svelte/index.js",
  "jsdelivr": "./dist/index.umd.js",
  "unpkg": "./dist/index.umd.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "locales",
    "svelte"
  ],
  "dependencies": {
    "@popperjs/core": "^2.11.7",
    "@types/codemirror": "^5.60.7",
    "@types/hast": "^2.3.4",
    "@types/lodash-es": "^4.17.7",
    "@types/mdast": "^3.0.11",
    "codemirror-ssr": "^0.65.0",
    "hast-util-sanitize": "^4.1.0",
    "lodash-es": "^4.17.21",
    "rehype-raw": "^6.1.1",
    "rehype-sanitize": "^5.0.1",
    "rehype-stringify": "^9.0.3",
    "remark-parse": "^10.0.1",
    "remark-rehype": "^10.1.0",
    "select-files": "^1.0.1",
    "tippy.js": "^6.3.7",
    "unified": "^10.1.2",
    "unist-util-visit": "^4.1.2",
    "vfile": "^5.3.7",
    "word-count": "^0.2.2"
  },
  "devDependencies": {
    "@primer/css": "^15.2.0"
  },
  "gitHead": "2a3046a510ba6e5b9d8cce63a38e8258ce6e5430"
}
