26 lines
725 B
JSON
26 lines
725 B
JSON
|
{
|
||
|
"name": "@woocommerce/create-product-editor-block",
|
||
|
"version": "0.0.1",
|
||
|
"description": "A template to be used with `@wordpress/create-block` to create a Product Editor block.",
|
||
|
"main": "index.js",
|
||
|
"engines": {
|
||
|
"node": "^16.14.1",
|
||
|
"pnpm": "^8.3.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postinstall": "composer install",
|
||
|
"changelog": "composer exec -- changelogger"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/woocommerce/woocommerce.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "GPL-3.0+",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/create-product-editor-block-extensionv#readme"
|
||
|
}
|