{
  "name": "@atomictech/rehype-toc",
  "version": "3.1.3",
  "description": "A rehype plugin that adds a table of contents (TOC) to the page",
  "keywords": [
    "unified",
    "rehype",
    "plugin",
    "rehype-plugin",
    "table-of-contents",
    "toc",
    "html"
  ],
  "author": {
    "name": "James Messinger",
    "url": "https://jamesmessinger.com"
  },
  "license": "MIT",
  "homepage": "https://jstools.dev/rehype-toc",
  "repository": {
    "type": "git",
    "url": "https://github.com/JS-DevTools/rehype-toc.git"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "shx rm -rf .nyc_output coverage lib",
    "lint": "eslint src test",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "mocha && npm run lint",
    "coverage": "nyc node_modules/mocha/bin/mocha",
    "upgrade": "npm-check -u && npm audit fix",
    "bump": "bump --tag --push --all",
    "release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
  },
  "engines": {
    "node": ">=10"
  },
  "devDependencies": {
    "@jsdevtools/eslint-config": "^1.1.4",
    "@jsdevtools/version-bump-prompt": "^6.1.0",
    "@types/chai": "^4.2.15",
    "@types/hast": "^2.3.1",
    "@types/mocha": "^8.2.2",
    "@types/node": "^14.14.37",
    "@types/unist": "^2.0.3",
    "chai": "^4.3.4",
    "eslint": "^7.23.0",
    "mocha": "^8.3.2",
    "npm-check": "^5.9.2",
    "nyc": "^15.1.0",
    "rehype-parse": "^7.0.1",
    "rehype-slug": "^4.0.1",
    "rehype-stringify": "^8.0.0",
    "shx": "^0.3.3",
    "typescript": "^3.9.7",
    "unified": "^9.2.1"
  }
}
