{
	"name": "bkx-base",
	"version": "0.1.0",
	"description": "Display the Services that you offer using Blocks. Set the number of columns, plus if descriptions and images are shown.",
	"author": "Dunskii",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"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": "^8.3.1",
		"@wordpress/blocks": "^11.3.1",
		"@wordpress/components": "^19.6.1",
		"@wordpress/editor": "^12.3.1",
		"@wordpress/element": "^4.2.1",
		"@wordpress/i18n": "^4.4.1"
	},
	"devDependencies": {
		"@wordpress/scripts": "^22.2.1"
	}
}
