{
  "name": "micromark-extension-cjk-friendly",
  "version": "1.2.3",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "url": "https://github.com/tats-u/markdown-cjk-friendly"
  },
  "license": "MIT",
  "author": "Tatsunori Uchino <tats.u@live.jp> (https://github.com/tats-u)",
  "bugs": "https://github.com/tats-u/markdown-cjk-friendly/issues",
  "keywords": [
    "micromark-extension",
    "micromark",
    "markdown",
    "japanese",
    "chinese",
    "korean",
    "cjk"
  ],
  "description": "micromark extension to make Markdown emphasis (`**`) in CommonMark more friendly with Chinese, Japanese, and Korean (CJK)",
  "sideEffects": false,
  "dependencies": {
    "devlop": "^1.1.0",
    "micromark-util-chunked": "^2.0.1",
    "micromark-util-resolve-all": "^2.0.1",
    "micromark-util-symbol": "^2.0.1",
    "micromark-extension-cjk-friendly-util": "2.1.1"
  },
  "devDependencies": {
    "micromark": "^4.0.2",
    "micromark-extension-gfm": "^3.0.0",
    "micromark-util-types": "^2.0.2"
  },
  "peerDependencies": {
    "micromark": "^4.0.0",
    "micromark-util-types": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "micromark-util-types": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build:rslib": "rslib build",
    "build": "tsup",
    "build:lib": "tsup",
    "dev:rslib": "rslib build --watch",
    "dev": "tsup --watch",
    "dev:lib": "tsup --watch",
    "test": "vitest run",
    "test:lib": "vitest run",
    "test:up": "vitest -u",
    "test:watch": "vitest watch",
    "test:lib:watch": "vitest watch",
    "bench": "vitest bench --run",
    "bench:watch": "vitest bench",
    "lint:type": "tsc --noEmit"
  }
}