{
	"name": "block-code",
	"version": "0.1.0",
	"description": "A block for displaying code snippets.",
	"author": "xhtheme",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --output-path=./../build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start --output-path=./../build"
	},
	"devDependencies": {
		"@wordpress/scripts": "^27.9.0"
	},
	"files": [
		"*"
	],
	"dependencies": {
		"react": "^18.3.1"
	}
}
