{
  "name": "docusaurus-numbered-headings",
  "version": "1.5.0",
  "description": "A Docusaurus plugin that automatically adds numbered headings with support for ISO 2145 and USA Classic numbering conventions",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "tsc && cp src/numbered-headings.css lib/ && cp -r src/styles lib/",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build",
    "version": "npm run build",
    "postversion": "git push && git push --tags",
    "deploy": "npm run build && npm publish",
    "deploy:patch": "npm version patch && npm run deploy",
    "deploy:minor": "npm version minor && npm run deploy",
    "deploy:major": "npm version major && npm run deploy"
  },
  "keywords": [
    "docusaurus",
    "plugin",
    "headings",
    "numbered",
    "documentation",
    "css",
    "markdown",
    "numbering",
    "iso-2145",
    "usa-classic",
    "outline",
    "table-of-contents",
    "toc",
    "hierarchy"
  ],
  "author": "Taig Mac Carthy",
  "license": "MIT",
  "peerDependencies": {
    "@docusaurus/core": "^2.0.0 || ^3.0.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@docusaurus/types": "^3.0.0",
    "@types/node": "^18.0.0",
    "typescript": "^4.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t4dhg/docusaurus-numbered-headings.git"
  },
  "bugs": {
    "url": "https://github.com/t4dhg/docusaurus-numbered-headings/issues"
  },
  "homepage": "https://github.com/t4dhg/docusaurus-numbered-headings#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
