{
  "name": "simpletoc",
  "version": "2.0.0",
  "description": "Simple Table of Contents generator for DOM and Markdown",
  "keywords": [
    "contents",
    "dom",
    "markdown",
    "md",
    "table",
    "table of contents",
    "toc"
  ],
  "homepage": "https://github.com/stefanmaric/simpletoc#readme",
  "license": "MIT",
  "author": "Stefan Maric <me@stefanmaric.com> (http://stefanmaric.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanmaric/simpletoc.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./dom": "./dist/dom.js",
    "./md": "./dist/md.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.2",
    "@types/jsdom": "28.0.3",
    "@types/node": "25.8.0",
    "@typescript/native-preview": "7.0.0-dev.20260515.1",
    "jsdom": "29.1.1",
    "oxfmt": "0.49.0",
    "oxlint": "1.64.0",
    "oxlint-tsgolint": "0.22.1",
    "publint": "^0.3.21",
    "tsdown": "0.22.0",
    "typescript": "6.0.3",
    "vitest": "4.1.6"
  },
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "build": "tsdown",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "lint": "oxlint",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsgo --noEmit"
  }
}