{
    "name": "zettle-woocommerce",
    "version": "2.0.0",
    "description": "PayPal Point of Sale for WooCommerce",
    "repository": "https://github.com/inpsyde/PayPal-Zettle-POS",
    "license": "GPL-2.0",
    "author": "Inpsyde GmbH",
    "scripts": {
        "install:assets": "cd modules/paypal-pos-assets && npm ci",
        "install:products-assets": "cd modules/paypal-pos-product-settings && npm ci",
        "install:product-debug-assets": "cd modules/paypal-pos-product-debug && npm ci",
        "postinstall": "run-s install:*",
        "build:assets": "cd modules/paypal-pos-assets && yarn run build",
        "build:products-assets": "cd modules/paypal-pos-product-settings && yarn run build",
        "build:product-debug-assets": "cd modules/paypal-pos-product-debug && yarn run build",
        "build": "run-p build:*",
        "watch:assets": "cd modules/paypal-pos-assets && yarn run watch",
        "watch:products-assets": "cd modules/paypal-pos-product-settings && yarn run watch",
        "watch": "run-p watch:*"
    },
    "dependencies": {
        "npm-run-all": "^4.1.5"
    },
    "devDependencies": {}
}
