This commit is contained in:
erwanlr
2022-07-15 20:54:56 +02:00
parent f9e6e75c0c
commit 196fbab5b1
57 changed files with 28251 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "npblock",
"version": "5.0",
"description": "Example static 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",
"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"
},
"devDependencies": {
"@wordpress/scripts": "^23.3.0"
}
}