Bootstrap image-filters plugin with wp-scripts and jest

This commit is contained in:
Keith Solomon
2026-08-05 15:51:43 -05:00
parent dbe5ef9c4a
commit 4881dcabf0
7 changed files with 20990 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "image-filters",
"version": "0.1.0",
"private": true,
"description": "Instagram-style CSS filters for WordPress images.",
"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",
"test:unit": "wp-scripts test-unit-js",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^27.0.0"
}
}