{
	"name": "oik-css",
	"version": "2.3.1",
	"description": "CSS and GeSHi blocks",
	"author": "bobbingwide",
	"license": "GPLv3",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"packages-update": "wp-scripts packages-update",
		"dev": "wp-scripts start",
		"makepot": "wp i18n make-pot . languages/oik-css.pot --ignore-domain --exclude=node_modules,vendor,src/*.js",
		"makejson": "wp i18n make-json languages --no-purge",
		"l10n": "l10n oik-css"
	},
	"dependencies": {
		"@wordpress/block-editor": "^14.6.0",
		"@wordpress/blocks": "^14.0.0",
		"@wordpress/i18n": "^5.11.0",
		"clsx": "^2.1.1",
		"postcss": "^8.4.35"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.4.0"
	}
}
