This commit is contained in:
erwanlr
2022-02-26 10:51:54 +01:00
parent 90b61d035e
commit 5feb6ffe34
67 changed files with 25233 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "block-xray-attributes",
"version": "1.1.1",
"description": "Shows the attributes of the current Gutenberg block in the Document sidebar.",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sal Ferrarello",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/scripts": "^20.0.1"
}
}