{
	"name": "simpletoc",
	"version": "5.0.46",
	"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",
		"up": "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",
		"wp-env": "wp-env"
	},
	"devDependencies": {
		"@wordpress/env": "^5.7.0",
		"@wordpress/scripts": "24.6.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.22.0",
		"@wordpress/icons": "^9.13.0",
		"@wordpress/server-side-render": "^3.20.0",
		"react": "^17.0.2"
	}
}
