Bootstrap image-filters plugin with wp-scripts and jest
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user