{
	"name": "fit-to-width",
	"version": "0.1.0",
	"type": "module",
	"description": "A text block where each line is full width.",
	"author": "Kevin Batdorf",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "tsc && biome check && wp-scripts build",
		"check": "biome check --write",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
	"devDependencies": {
		"@types/wordpress__block-editor": "^11.5.17",
		"@types/wordpress__blocks": "^12.5.18",
		"@wordpress/scripts": "^30.21.0",
		"typescript": "^5.9.2"
	},
	"dependencies": {
		"@biomejs/biome": "^2.1.4",
		"@wordpress/block-editor": "^15.1.0",
		"@wordpress/blocks": "^15.1.0",
		"@wordpress/components": "^30.1.0",
		"@wordpress/data": "^10.28.0",
		"@wordpress/element": "^6.28.0",
		"@wordpress/i18n": "^6.1.0"
	}
}
