{ "name": "simpletoc", "version": "5.0.29", "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": { "format": "wp-scripts format", "lint:css": "wp-scripts lint-style", "check-engines": "wp-scripts check-engines", "lint:js": "wp-scripts lint-js", "packages-update": "wp-scripts packages-update", "build": "wp-scripts build", "start": "wp-scripts start", "lint-js": "wp-scripts lint-js", "lint-js:fix": "wp-scripts lint-js --fix", "lint-css": "wp-scripts lint-style", "lint-css:fix": "wp-scripts lint-style --fix" }, "devDependencies": { "@wordpress/scripts": "24.3.0", "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.18.0", "@wordpress/server-side-render": "^3.16.0", "react": "^17.0.2" } }