woocommerce-paypal-payments/package.json
2020-09-01 14:45:21 +03:00

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": {
}
}