{
	"name": "documentcloud",
	"version": "0.1.0",
	"description": "Example block scaffolded with Create Block tool.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --webpack-copy-php --blocks-manifest",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:css:fix": "wp-scripts lint-style --fix",
		"lint:js:fix": "wp-scripts lint-js --fix",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --webpack-copy-php --blocks-manifest",
		"prod": "npm run build && wp i18n make-pot . languages/documentcloud.pot --exclude=node_modules,vendor,build/**.js --include=build/block.json,src/**.js",
		"test": "wp-scripts test-unit-js"
	},
	"devDependencies": {
		"@babel/core": "^7.26.10",
		"@babel/preset-env": "^7.26.9",
		"@testing-library/jest-dom": "^6.6.3",
		"@testing-library/react": "^16.3.0",
		"@wordpress/jest-preset-default": "^12.22.0",
		"@wordpress/scripts": "^30.15.0",
		"babel-jest": "^29.7.0",
		"jest": "^29.7.0",
		"jest-fetch-mock": "^3.0.3",
		"react": "^19.1.0",
		"react-dom": "^19.1.0"
	}
}
