18 lines
499 B
JSON
18 lines
499 B
JSON
{
|
|
"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"
|
|
}
|
|
} |