2022-05-25 11:44:31 +00:00
|
|
|
{
|
2022-08-05 00:03:17 +00:00
|
|
|
"name": "@woocommerce/extend-cart-checkout-block",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2022-09-26 22:30:52 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "^16.13.1",
|
2022-10-02 21:52:42 +00:00
|
|
|
"pnpm": "^7.12.2"
|
2022-09-26 22:30:52 +00:00
|
|
|
},
|
2022-08-05 00:03:17 +00:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "composer install",
|
|
|
|
"changelog": "composer exec -- changelogger"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/woocommerce/woocommerce.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/extend-cart-checkout-block#readme"
|
2022-05-25 11:44:31 +00:00
|
|
|
}
|