22 lines
539 B
JSON
22 lines
539 B
JSON
|
{
|
||
|
"name": "red-orbital",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Red Orbital Block",
|
||
|
"author": "Ray Elliott",
|
||
|
"license": "GPL-2.0-or-later",
|
||
|
"homepage": "rayelliott.dev",
|
||
|
"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.5.0"
|
||
|
}
|
||
|
}
|