{
  "name": "amwal-checkout-woocommerce",
  "version": "1.1.3",
  "description": "Amwal Checkout for WooCommerce",
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "lint": "eslint assets/src/amwal-checkout.ts",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amwal-tech/amwal-woocommerce.git"
  },
  "keywords": [
    "amwal",
    "checkout",
    "woocommerce"
  ],
  "author": "Amwal Tech, Inc.",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/amwal-tech/amwal-woocommerce/issues"
  },
  "homepage": "https://github.com/amwal-tech/amwal-woocommerce#readme",
  "devDependencies": {
    "@types/jquery": "^3.5.32",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@wordpress/scripts": "^19.2.4",
    "amwal-checkout-button": "latest",
    "eslint": "^8.35.0",
    "eslint-config-standard-with-typescript": "^34.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.6.1",
    "eslint-plugin-promise": "^6.1.1",
    "husky": "^8.0.3",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "jquery": "^3.7.1"
  }
}