{
  "name": "@it-service-npm/remark-code-path-adjustment",
  "type": "module",
  "version": "1.0.2",
  "description": "The Remark plugin helps to adjust code meta `file`, ensuring paths remain accurate even after file relocations or inclusions.",
  "keywords": [
    "markdown",
    "code",
    "mdast-plugin",
    "remark-plugin"
  ],
  "author": {
    "name": "Sergei S. Betke",
    "email": "Sergey.S.Betke@yandex.ru",
    "url": "https://github.com/sergey-s-betke"
  },
  "homepage": "https://github.com/IT-Service-NPM/remark-code-path-adjustment",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IT-Service-NPM/remark-code-path-adjustment.git"
  },
  "bugs": {
    "url": "https://github.com/IT-Service-NPM/remark-code-path-adjustment/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.17"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@stdlib/utils-convert-path": "^0.2.3",
    "remark": "^15.0.1",
    "unist-util-visit": "^5.1.0"
  }
}