{
	"name": "blockexpander",
	"version": "0.1.0",
	"description": "Emmet-style shorthand for creating Gutenberg blocks",
	"author": "TinkerGrove",
	"homepage": "https://tinkergrove.com",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"start": "wp-scripts start",
		"lint:js": "wp-scripts lint-js",
		"lint:css": "wp-scripts lint-style",
		"format": "wp-scripts format",
		"wp-env": "wp-env",
		"env:start": "wp-env start",
		"env:stop": "wp-env stop",
		"env:destroy": "wp-env destroy",
		"test:e2e": "playwright test",
		"test:e2e:ui": "playwright test --ui",
		"zip": "wp-scripts plugin-zip"
	},
	"files": [
		"build",
		"src",
		"blockexpander.php",
		"readme.txt",
		"package.json"
	],
	"devDependencies": {
		"@playwright/test": "^1.57.0",
		"@wordpress/e2e-test-utils-playwright": "^1.36.0",
		"@wordpress/env": "^10.0.0",
		"@wordpress/scripts": "^28.0.0"
	},
	"dependencies": {
		"@babel/runtime": "^7.28.4",
		"@emmetio/abbreviation": "^2.3.3"
	}
}
