{
  "name": "rehype-ignore",
  "version": "1.0.5",
  "description": "Ignore content display via HTML comments, Shown in GitHub readme, excluded in HTML.",
  "homepage": "https://jaywcjlove.github.io/rehype-ignore",
  "author": "Kenny Wong <wowohoo@qq.com>",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "main": "./lib/index.js",
  "scripts": {
    "prepack": "npm run build",
    "start": "node lib/index.js",
    "watch": "tsbb watch",
    "build": "tsbb build",
    "type-check": "tsc --noEmit",
    "test": "tsbb test",
    "coverage": "tsbb test --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/rehype-ignore"
  },
  "files": [
    "src",
    "lib"
  ],
  "keywords": [
    "rehype",
    "rehype-ignore",
    "ignore",
    "element",
    "markdown",
    "javascript",
    "html",
    "ast",
    "unified"
  ],
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/?!(.*)"
    ]
  },
  "engines": {
    "node": "^14.13.1 || >=16.0.0"
  },
  "dependencies": {
    "unified": "^10.1.2",
    "unist-util-visit": "^4.1.2",
    "hast-util-select": "^5.0.5"
  },
  "devDependencies": {
    "rehype": "^12.0.1",
    "rehype-stringify": "^9.0.3",
    "rehype-raw": "^6.1.1",
    "remark-parse": "^10.0.1",
    "remark-rehype": "^10.1.0",
    "tsbb": "^4.1.3"
  }
}
