This commit is contained in:
erwanlr
2022-11-17 15:26:04 +01:00
parent 3c879b2523
commit 7969e51231
40 changed files with 11456 additions and 5 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "amwal-checkout-woocommerce",
"version": "1.0.15",
"description": "Amwal Checkout for WooCommerce",
"scripts": {
"build": "wp-scripts build assets/src/index.js --output-path=assets/build",
"start": "wp-scripts start assets/src/index.js --output-path=assets/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amwal-tech/amwal-woocommerce.git"
},
"keywords": [
"amwal",
"checkout",
"woocommerce"
],
"author": "Amwal Tech, Inc.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/amwal-tech/amwal-woocommerce/issues"
},
"homepage": "https://github.com/amwal-tech/amwal-woocommerce#readme",
"devDependencies": {
"@wordpress/scripts": "24.3.0",
"amwal-checkout-button": "0.0.28"
}
}