{
  "name": "@nolebase/markdown-it-unlazy-img",
  "type": "module",
  "version": "2.16.0",
  "description": "A markdown-it plugin wraps and transforms image tags to support lazy loading, blurhash, thumbhash, and more.",
  "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-unlazy-img/",
  "repository": {
    "type": "git",
    "url": "https://github.com/nolebase/integrations.git",
    "directory": "packages/markdown-it-unlazy-img"
  },
  "keywords": [
    "vitepress",
    "nolebase",
    "readabilities",
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "vitepress-plugin",
    "nolebase-integration",
    "image-optimization",
    "blurhash",
    "thumbhash"
  ],
  "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",
    "tinyglobby": "^0.2.12",
    "vite": "^6.2.5"
  },
  "devDependencies": {
    "@types/markdown-it": "^14.1.2"
  },
  "scripts": {
    "stub": "unbuild --stub",
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit"
  }
}