34 lines
852 B
JSON
34 lines
852 B
JSON
{
|
|
"name": "@woocommerce/create-product-editor-block",
|
|
"version": "1.3.0",
|
|
"description": "A template to be used with `@wordpress/create-block` to create a Product Editor block.",
|
|
"author": "Automattic",
|
|
"license": "GPL-3.0-or-later",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": "^16.14.1",
|
|
"pnpm": "^8.12.1"
|
|
},
|
|
"scripts": {
|
|
"changelog": "composer install && composer exec -- changelogger"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/woocommerce/woocommerce.git"
|
|
},
|
|
"keywords": [
|
|
"wordpress",
|
|
"woocommerce"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
|
},
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/create-product-editor-block-extensionv#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"wireit": "0.14.3"
|
|
}
|
|
}
|