{
  "name": "simpletoc",
  "version": "5.0.21",
  "author": "Marc Tönsing",
  "description": "Add a Table of Contents block to your posts and pages. The TOC is a nested list of links to all heading found in the post or page. To use it, simply add a block and search for SimpleTOC or just TOC.",
  "main": "build/index.js",
  "license": "GPL-2.0-or-later",
  "scripts": {
    "start": "wp-scripts start",
    "build": "wp-scripts build",
    "format": "wp-scripts format",
    "format:src": "wp-scripts format ./src",
    "packages-update": "wp-scripts packages-update"
  },
  "devDependencies": {
    "@wordpress/scripts": "^23.6.0",
    "ansi-regex": ">=6.0.1",
    "markdown-it": ">=12.3.2",
    "nanoid": ">=3.1.31",
    "node-fetch": ">=2.6.7",
    "nth-check": ">=2.0.1",
    "postcss": ">=8.4.5"
  },
  "dependencies": {
    "@wordpress/i18n": "^4.14.0",
    "@wordpress/server-side-render": "^3.12.0"
  }
}
