mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
19 lines
No EOL
622 B
JSON
19 lines
No EOL
622 B
JSON
{
|
|
"name": "izettle-woocommerce",
|
|
"version": "0.1.0",
|
|
"description": "iZettle WooCommerce",
|
|
"repository": "https://github.com/inpsyde/izettle-woocommerce",
|
|
"license": "GPL-2.0",
|
|
"author": "Inpsyde GmbH",
|
|
"scripts": {
|
|
"install:assets:ppcp-button": "cd modules/ppcp-button && yarn install",
|
|
"install:assets": "yarn run install:assets:ppcp-button",
|
|
"build:assets:ppcp-button": "cd modules/ppcp-button && yarn run build",
|
|
"build:assets": "yarn run build:assets:ppcp-button",
|
|
"build": "yarn run install:assets && yarn run build:assets"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
} |