{
	"name": "asm-wrapping-shortcode-block",
	"version": "0.1.0",
	"description": "This plugin provides a shortcode block. It is not just a shortcode, it is a shortcode block that wraps other blocks.",
	"author": "Asumaru Corp.",
	"license": "GPL-2.0-or-later",
	"homepage": "https://asumaru.com/plugins/asm-wrapping-shortcode-block/",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --webpack-copy-php",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --webpack-copy-php"
	},
	"devDependencies": {
		"@wordpress/scripts": "^24.4.0"
	},
	"dependencies": {
		"@wordpress/i18n": "^4.20.0"
	}
}
