{
	"name": "xeet-wp",
	"version": "0.1.0",
	"description": "My amazing block",
	"author": "Kevin Batdorf",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "biome format --write .",
		"lint": "biome check .",
		"lint:fix": "biome check --fix .",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"start:hot": "wp-scripts start --hot",
		"test:e2e": "node scripts/run-e2e.mjs",
		"test:e2e:ui": "npx playwright test --ui",
		"eject": "node scripts/eject.mjs",
		"rename": "node scripts/rename.mjs"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.9",
		"@playwright/test": "^1.58.2",
		"@types/wordpress__block-editor": "15.0.5",
		"@types/wordpress__blocks": "15.10.2",
		"@wordpress/block-editor": "^15.15.0",
		"@wordpress/e2e-test-utils-playwright": "^1.42.0",
		"@wordpress/scripts": "^31.7.0",
		"@wordpress/url": "^4.42.0",
		"@wp-playground/cli": "^3.1.13",
		"autoprefixer": "10.4.27",
		"fast-glob": "3.3.3",
		"glob": "13.0.6",
		"postcss-import": "16.1.1",
		"postcss-safe-important": "2.0.1",
		"replace-in-file": "8.4.0",
		"tailwindcss": "3.4.1",
		"typescript": "6.0.2",
		"webpack-virtual-modules": "0.6.2"
	},
	"dependencies": {
		"@wordpress/blocks": "^15.15.0",
		"@wordpress/element": "^6.42.0",
		"@wordpress/i18n": "^6.15.0",
		"copy-to-clipboard": "3.3.3",
		"date-fns": "4.1.0",
		"react-tweet": "3.2.0"
	}
}
