2020-06-29 11:26:18 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2020-09-01 14:45:21 +03:00
|
|
|
"install:assets:ppcp-button": "cd modules/ppcp-button && yarn install",
|
2020-08-13 16:32:15 +03:00
|
|
|
"install:assets": "yarn run install:assets:ppcp-button",
|
2020-09-01 14:45:21 +03:00
|
|
|
"build:assets:ppcp-button": "cd modules/ppcp-button && yarn run build",
|
2020-08-13 16:32:15 +03:00
|
|
|
"build:assets": "yarn run build:assets:ppcp-button",
|
2020-06-29 11:26:18 +03:00
|
|
|
"build": "yarn run install:assets && yarn run build:assets"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
}
|
|
|
|
}
|