woocommerce-paypal-payments/package.json
2020-08-13 16:32:15 +03:00

19 lines
No EOL
634 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.local/ppcp-button && yarn install",
"install:assets": "yarn run install:assets:ppcp-button",
"build:assets:ppcp-button": "cd modules.local/ppcp-button && yarn run build",
"build:assets": "yarn run build:assets:ppcp-button",
"build": "yarn run install:assets && yarn run build:assets"
},
"dependencies": {
},
"devDependencies": {
}
}