# simpletoc/5.0.25/package.json

SimpleTOC – Table of Contents Block, version 5.0.25. 29 lines.

- Page: https://pluginprobe.com/plugins/simpletoc/5.0.25/code/package.json
- Raw: https://pluginprobe.com/plugins/simpletoc/5.0.25/raw/package.json
- Modified: 2022-08-16T03:20:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/simpletoc/5.0.25/code/package.json#L10-L20`.

```json
{
  "name": "simpletoc",
  "version": "5.0.25",
  "author": "Marc Tönsing",
  "description": "SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.",
  "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.7.1",
    "ansi-regex": ">=6.0.1",
    "markdown-it": ">=12.3.2",
    "nanoid": ">=3.1.31",
    "node-fetch": ">=3.2.10",
    "nth-check": ">=2.0.1",
    "postcss": ">=8.4.5"
  },
  "dependencies": {
    "@wordpress/i18n": "^4.15.0",
    "@wordpress/server-side-render": "^3.13.0"
  }
}

```
