{
	"name": "opening-block",
	"version": "0.1.0",
	"description": "Webサイトのオープニングに使用するブロックです",
	"author": "WebクリエイターITmaroon",
	"license": "GPL-2.0-or-later",
	"homepage": "https://itmaroon.net",
	"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",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
	"dependencies": {
		"@wordpress/data": "^9.20.0",
		"@wordpress/icons": "^9.25.0",
		"lodash": "^4.17.21",
		"opentype.js": "^1.3.4"
	}
}
