{ "name": "simpletoc", "version": "5.0.24", "author": "Marc Tönsing", "description": "SEO-friendly Table of Contents Gutenberg block. No CSS and JavaScript is loaded and does not slow down your website.", "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" } }