{
  "name": "@nolebase/markdown-it-bi-directional-links",
  "type": "module",
  "version": "2.18.2",
  "description": "A markdown-it plugin that adds Obsidian compatible internal links (bi-directional links) to your markdown.",
  "author": {
    "name": "Nólëbase",
    "email": "nolebase@ayaka.moe",
    "url": "https://github.com/nolebase"
  },
  "license": "MIT",
  "homepage": "https://nolebase-integrations.ayaka.io/pages/en/integrations/markdown-it-bi-directional-links/",
  "repository": {
    "type": "git",
    "url": "https://github.com/nolebase/integrations.git",
    "directory": "packages/markdown-it-bi-directional-links"
  },
  "keywords": [
    "vitepress",
    "nolebase",
    "readabilities",
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "vitepress-plugin",
    "nolebase-integration"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "markdown-it": ">=14.1.0"
  },
  "dependencies": {
    "colorette": "^2.0.20",
    "debug": "^4.4.1",
    "tinyglobby": "^0.2.14"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/markdown-it": "^14.1.2"
  },
  "scripts": {
    "stub": "unbuild --stub",
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit"
  }
}