28 lines
652 B
JSON
28 lines
652 B
JSON
{
|
|
"name": "@woocommerce/extend-cart-checkout-block",
|
|
"version": "1.2.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": "^20.11.1",
|
|
"pnpm": "^8.12.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/woocommerce/woocommerce.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
|
},
|
|
"scripts": {
|
|
"changelog": "composer install && composer exec -- changelogger"
|
|
},
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/extend-cart-checkout-block#readme",
|
|
"devDependencies": {
|
|
"wireit": "0.14.3"
|
|
}
|
|
}
|