# category-posts/5.1.0/package.json

Category Posts Block, version 5.1.0. 25 lines.

- Page: https://pluginprobe.com/plugins/category-posts/5.1.0/code/package.json
- Raw: https://pluginprobe.com/plugins/category-posts/5.1.0/raw/package.json
- Modified: 2026-09-12T19:19:32+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/category-posts/5.1.0/code/package.json#L10-L20`.

```json
{
	"name": "category-posts-block",
	"version": "4.9.13",
	"description": "Adds a widget that shows the most recent posts from a single category.",
	"author": "kometschuh",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format:js": "wp-scripts format-js",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"packages-update": "wp-scripts packages-update"
	},
	"dependencies": {
		"@wordpress/block-editor": "^14.20.0",
		"@wordpress/blocks": "^14.14.0",
		"@wordpress/i18n": "^5.25.0"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.18.0"
	}
}

```
