This repository has been archived on 2022-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
wp-red-orbiter/package.json

21 lines
555 B
JSON

{
"name": "red-orbiter",
"version": "0.1.0",
"description": "Red Orbiter Block for use with Red Orbital Block.",
"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.5.0"
}
}