{
  "name": "@shikijs/markdown-it",
  "type": "module",
  "version": "3.2.1",
  "description": "markdown-it integration for shiki",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/shikijs/shiki#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shikijs/shiki.git",
    "directory": "packages/markdown-it"
  },
  "bugs": "https://github.com/shikijs/shiki/issues",
  "keywords": [
    "shiki",
    "markdown-it"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./core": "./dist/core.mjs",
    "./async": "./dist/async.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "markdown-it-async": "^2.2.0"
  },
  "peerDependenciesMeta": {
    "markdown-it-async": {
      "optional": true
    }
  },
  "dependencies": {
    "markdown-it": "^14.1.0",
    "shiki": "3.2.1"
  },
  "devDependencies": {
    "@types/markdown-it": "^14.1.2",
    "markdown-it-async": "^2.2.0",
    "@shikijs/transformers": "3.2.1"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub"
  }
}