{
    "name": "woo-swish-e-commerce",
    "title": "BjornTech Swish for WooCommerce",
    "version": "1.0.5",
    "author": "WooCommerce",
    "license": "GPL-3.0+",
    "keywords": [],
    "engines": {
        "node": ">=6.9.4",
        "npm": ">=1.1.0"
    },
    "devDependencies": {
        "@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
        "@wordpress/scripts": "^23.0.0",
        "cross-env": "7.0.3",
        "i18n": "^0.15.1"
    },
    "scripts": {
        "start": "wp-scripts start",
        "build:old": "wp-scripts build && npm run i18n:build",
        "build": "wp-scripts build",
        "i18n": "npm run i18n:build",
        "i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
        "i18n:pot": "php -d xdebug.max_nesting_level=512 $(which wp) i18n make-pot --exclude=\"node_modules/,languages/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://woocommerce.com/my-account/create-a-ticket/\", \"language-team\":\"LANGUAGE <EMAIL@ADDRESS>\"}' . languages/woocommerce-gateway-swish.pot",
        "i18n:json": "$(which wp) i18n make-json languages --no-purge",
        "check-engines": "wp-scripts check-engines",
        "plugin-zip": "wp-scripts plugin-zip",
        "plugin:build:deploy": "pnpm install && wp-scripts build && pnpm run plugin-zip"
    },
    "dependencies": {
        "react-device-detect": "^2.2.3",
        "uuid": "^9.0.0"
    },
    "files": [
        "assets",
        "classes",
        "views",
        "woo-swish-e-commerce.php",
        "LICENSE",
        "LICENSE.MIT"
    ]
}