{
  "name": "astro-toc",
  "description": "A flexible Table of Contents (ToC) generator component for Astro. For blogs, documentation, or any content-rich page which benefits from in-page navigation",
  "version": "0.2.0",
  "type": "module",
  "exports": {
    ".": "./lib/index.ts"
  },
  "keywords": [
    "astro",
    "astro-component",
    "withastro",
    "toc",
    "toc-generator",
    "ui"
  ],
  "files": [
    "lib"
  ],
  "author": "Tom Theisel",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/theisel/astro-toc.git",
    "directory": "packages/astro-toc"
  },
  "bugs": {
    "url": "https://github.com/theisel/astro-toc/issues"
  },
  "homepage": "https://github.com/theisel/astro-toc#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}