{
  "name": "antom-payment-gateways",
  "title": " WooCommerce Antom Payment Gateways",
  "version": "1.0.0",
  "description": "this is an antom payment gateways plugins for WooCommerce checkout block",
  "main": "index.js",
  "author": "antom",
  "license": "GPL-2.0+",
  "devDependencies": {
    "@woocommerce/dependency-extraction-webpack-plugin": "2.2.0",
    "@wordpress/scripts": "^28.1.0",
    "cross-env": "7.0.3",
    "npm-run-all": "^4.1.5",
    "sass": "^1.93.2"
  },
  "scripts": {
    "start": "npm-run-all --parallel start:blocks start:css",
    "start:blocks": "wp-scripts start --output-path=assets/blocks",
    "start:css": "sass resource/css:assets/css --style=expanded --no-source-map --watch",
    "build": "npm-run-all build:blocks build:css",
    "build:blocks": "wp-scripts build",
    "build:css": "sass resource/css:assets/css --style=compressed --source-map",
    "lint:php": "./vendor/bin/phpcs --standard=phpcs.xml -n $(git ls-files | grep .php$)",
    "lint:php-fix": "./vendor/bin/phpcbf --standard=phpcs.xml $(git ls-files | grep .php$)",
    "packages-update": "wp-scripts packages-update",
    "check-engines": "wp-scripts check-engines"
  },
  "dependencies": {
    "@alipay/ams-checkout": "^2.0.3",
    "@wordpress/element": "^6.3.0",
    "credit-card-type": "^10.0.1",
    "jquery": "^3.7.1"
  }
}
