{
  "name": "rehype-attr",
  "version": "2.1.4",
  "description": "New syntax to add attributes to Markdown.",
  "homepage": "https://jaywcjlove.github.io/rehype-attr",
  "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 --disable-babel",
    "build": "tsbb build --disable-babel && npm run esm-fix",
    "esm-fix": "tsc-esm-fix --target='lib' --ext='.js'",
    "type-check": "tsc --noEmit",
    "test": "tsbb test",
    "coverage": "tsbb test --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/rehype-attr"
  },
  "files": [
    "src",
    "lib"
  ],
  "keywords": [
    "attributes",
    "rehype",
    "markdown",
    "rehype-attr",
    "javascript",
    "html",
    "ast",
    "unified"
  ],
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/?!(.*)"
    ]
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "dependencies": {
    "unified": "~10.1.1",
    "unist-util-visit": "~4.1.0"
  },
  "devDependencies": {
    "rehype": "~12.0.0",
    "rehype-raw": "~6.1.0",
    "rehype-stringify": "~9.0.2",
    "remark-gfm": "~3.0.1",
    "remark-parse": "~10.0.1",
    "remark-rehype": "~10.1.0",
    "tsc-esm-fix": "~2.7.4",
    "tsbb": "~3.7.1"
  }
}
