{
  "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"
  },
  "scripts": {
    "start": "wp-scripts start",
    "build": "wp-scripts build",
    "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": {
    "@wordpress/element": "^6.3.0",
    "credit-card-type": "^10.0.1",
    "jquery": "^3.7.1"
  }
}
