{
	"name": "game-review",
	"version": "0.1.1",
	"description": "Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.",
	"author": "Marc Tönsing",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"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:review-box": "wp-scripts build blocks/review-box/src/index.js --output-path=blocks/review-box/build/",
		"start:review-box": "wp-scripts start blocks/review-box/src/index.js --output-path=blocks/review-box/build/",
		"build:random-game": "wp-scripts build blocks/random-game/src/index.js --output-path=blocks/random-game/build/",
		"start:random-game": "wp-scripts start blocks/random-game/src/index.js --output-path=blocks/random-game/build/",
		"build:game-list": "wp-scripts build blocks/game-list/src/index.js --output-path=blocks/game-list/build/",
		"start:game-list": "wp-scripts start blocks/game-list/src/index.js --output-path=blocks/game-list/build/"
	},
	"dependencies": {
		"@wordpress/block-editor": "^9.7.0",
		"@wordpress/blocks": "^11.14.0",
		"@wordpress/i18n": "^4.15.0",
		"markdown-it": "^12.3.2"
	},
	"devDependencies": {
		"@wordpress/scripts": "^23.7.0"
	}
}
