{
  "name": "terminal-africa",
  "version": "1.13.6",
  "description": "Terminal Africa Shipping Method Plugin for WooCommerce",
  "author": "Terminal Africa",
  "license": "GPL-2.0-or-later",
  "scripts": {
    "build:dashboard": "wp-scripts build src/dashboard.js",
    "build:block": "wp-scripts build src/block.js --output-path=includes/payment-gateway/includes/assets/js/block",
    "build": "npm run build:dashboard && npm run build:block",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start:dashboard": "wp-scripts start src/dashboard.js",
    "start:block": "wp-scripts start src/block.js --output-path=includes/payment-gateway/includes/assets/js/block",
    "start": "run-p start:*"
  },
  "devDependencies": {
    "@wordpress/scripts": "^26.13.0",
    "npm-run-all": "^4.1.5"
  },
  "dependencies": {
    "@wordpress/element": "^5.19.0",
    "react": "^18.2.0",
    "react-select": "^5.7.5"
  }
}
