22 lines
771 B
JSON
22 lines
771 B
JSON
{
|
|
"name": "dernieres-dynamiques",
|
|
"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 --blocks-manifest",
|
|
"format": "wp-scripts format",
|
|
"lint:css": "wp-scripts lint-style",
|
|
"lint:js": "wp-scripts lint-js",
|
|
"packages-update": "wp-scripts packages-update",
|
|
"plugin-zip": "wp-scripts plugin-zip",
|
|
"start": "wp-scripts start --blocks-manifest"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "^30.15.0"
|
|
},
|
|
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
|
|
}
|