{
  "name": "docusaurus-remark-plugin-tab-blocks",
  "version": "4.0.0",
  "description": "Turn Docusaurus code blocks into tab blocks",
  "keywords": [
    "docusaurus",
    "remark",
    "plugin",
    "tab",
    "tabblock",
    "code",
    "codeblock"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrazauskas/docusaurus-remark-plugin-tab-blocks.git"
  },
  "funding": "https://github.com/sponsors/mrazauskas",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "scripts": {
    "check": "biome check --write",
    "format": "biome format --write",
    "test": "node --test",
    "test:coverage": "mcr --config mcr.config.json -- npm run test",
    "test:types": "tstyche"
  },
  "dependencies": {
    "unist-util-is": "^6.0.0",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.9",
    "monocart-coverage-reports": "2.12.9",
    "remark": "15.0.1",
    "remark-mdx": "3.1.1",
    "tstyche": "7.0.0-rc.0"
  },
  "engines": {
    "node": ">=20"
  }
}
