{
  "name": "markdown-it-jsr-ref",
  "version": "0.5.0",
  "description": "A markdown-it plugin that turns backtick-enclosed symbols into links to JSR API references",
  "keywords": [
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "JSR"
  ],
  "author": {
    "name": "Hong Minhee",
    "email": "hong@minhee.org",
    "url": "https://hongminhee.org/"
  },
  "homepage": "https://github.com/dahlia/markdown-it-jsr-ref",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dahlia/markdown-it-jsr-ref.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dahlia/markdown-it-jsr-ref/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "types": "./types/mod.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./types/mod.d.ts",
        "default": "./esm/mod.js"
      },
      "require": {
        "types": "./types/mod.d.ts",
        "default": "./script/mod.js"
      }
    }
  },
  "scripts": {},
  "dependencies": {
    "markdown-it": "^14.1.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@types/markdown-it": "^13.0.7"
  },
  "_generatedBy": "dnt@dev"
}