You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
599 B

{
"name": "wpsi-menu",
"version": "0.0.1",
"description": "WP Social Icons Menu Block for Gutenberg",
"author": "Mike Ochmann <miko@massivedynamic.eu>",
"license": "MIT",
"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.19.0"
},
"dependencies": {
"@wordpress/icons": "^10.26.0"
}
}