{
  "name": "@markbattistella/docsify-autoheaders",
  "version": "5.1.0",
  "description": "Auto header numbering for docsify.js",
  "main": "./dist/docsify-auto-headers.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markbattistella/docsify-auto-headers.git"
  },
  "scripts": {
    "launch": "docsify serve ./docs -o",
    "update": "ncu -u && npm update && npm install",
    "minify:babel": "npx babel ./dist/docsify-auto-headers.js -o ./dist/docsify-auto-headers.babel.js",
    "minify:uglify": "uglifyjs ./dist/docsify-auto-headers.babel.js --verbose -c -m -o ./dist/docsify-auto-headers.min.js",
    "minify": "npm run minify:babel && npm run minify:uglify",
    "patch": "node ./.github/scripts/release.js -patch",
    "minor": "node ./.github/scripts/release.js -minor",
    "major": "node ./.github/scripts/release.js -major"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "docsify-cli": "^4.4.2",
    "jsonfile": "^6.2.0"
  },
  "babel": {
    "presets": [
      "@babel/env"
    ]
  },
  "unpkg": "./dist/docsify-auto-headers.min.js",
  "jsdelivr": "./dist/docsify-auto-headers.min.js",
  "keywords": [
    "auto numbering",
    "headings",
    "header",
    "docsify",
    "plugin"
  ],
  "author": "Mark Battistella",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/markbattistella/docsify-auto-headers/issues"
  },
  "homepage": "https://header.docsify.markbattistella.com"
}
