{
  "name": "rehype-custom-code",
  "version": "0.5.0",
  "description": "",
  "author": "rai",
  "license": "MIT",
  "keywords": [],
  "homepage": "https://github.com/r4ai/rehype-custom-code",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/r4ai/rehype-custom-code.git"
  },
  "bugs": {
    "url": "https://github.com/r4ai/rehype-custom-code/issues"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "src",
    "dist",
    "!**/*.test.ts",
    "!**/*.tsbuildinfo",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "test": "vitest",
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "prepublishOnly": "bun run build",
    "check": "bun x @biomejs/biome check --apply .",
    "docs": "typedoc './src/**/index.ts'"
  },
  "peerDependencies": {
    "shiki": "^1.1.7"
  },
  "dependencies": {
    "deepmerge": "^4.3.1",
    "hast-util-is-element": "^3.0.0",
    "hast-util-to-string": "^3.0.0",
    "hast-util-to-text": "^4.0.2",
    "json5": "^2.2.3",
    "parse-numeric-range": "^1.3.0",
    "scule": "^1.1.0",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "shiki": "^1.1.7",
    "@biomejs/biome": "1.5.3",
    "@qnighy/dedent": "^0.1.1",
    "@tsconfig/node16": "^16.1.3",
    "@types/bun": "^1.0.14",
    "@types/hast": "^3.0.3",
    "@types/jsdom": "^21.1.6",
    "bun-plugin-dts": "^0.2.1",
    "jsdom": "^24.0.0",
    "lint-staged": "^15.1.0",
    "rehype-stringify": "^10.0.0",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.0.0",
    "rimraf": "^5.0.5",
    "typedoc": "^0.25.4",
    "typedoc-plugin-markdown": "^3.17.1",
    "typescript": "^5.3.2",
    "unified": "^11.0.4",
    "vitest": "^1.0.0"
  }
}
