-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "dmwpb-hide-blocks",
"version": "1.0.2",
"description": "This Wordpress plugin extends Gutenberg core blocks to allow Administrators to hide elements on the front-end, but keep them in the post edit screen.",
"author": "Damian Muti <damianmuti@gmail.com> (https://damianmuti.com)",
"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": "^30.10.0",
"@wordpress/api-fetch": "^7.17.0",
"@wordpress/core-data": "^7.17.0"
},
"files": [
"*"
]
}