{
  "name": "woocommerce-gateway-plata",
  "title": "WooCommerce Plata Payment",
  "version": "1.0.0",
  "author": "WooCommerce",
  "license": "GPL-3.0+",
  "keywords": [],
  "engines": {
    "node": ">=6.9.4",
    "npm": ">=1.1.0"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.23.3",
    "@types/handlebars": "^4.1.0",
    "@types/jquery": "^3.5.29",
    "@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
    "@woocommerce/eslint-plugin": "^2.2.0",
    "@wordpress/scripts": "^20.0.0",
    "archiver": "^6.0.1",
    "chokidar": "^3.6.0",
    "cross-env": "6.0.3",
    "del": "^6.1.1",
    "node-wp-i18n": "^1.2.7",
    "run-func": "^3.0.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "start": "wp-scripts start",
    "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/plata_payment.pot",
    "i18n:json": "$(which wp) i18n make-json languages --no-purge",
    "check-engines": "wp-scripts check-engines",
    "build": "npx wp-scripts build",
    "check-licenses": "wp-scripts check-licenses",
    "format:js": "npx wp-scripts format",
    "lint:css": "npx wp-scripts lint-style",
    "lint:css:fix": "npx wp-scripts lint-style --fix",
    "lint:js": "npx wp-scripts lint-js",
    "lint:md:docs": "npx wp-scripts lint-md-docs",
    "lint": "npm run lint:css && npm run lint:js",
    "packages-update": "wp-scripts packages-update",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js",
    "update-version": "node ./scripts/update-version.js",
    "test-site": "node ./scripts/test-site.js",
    "--------PHP--------": "--------PHP--------",
    "build:plugin-node": "npm run build && npx run-func ./scripts/build.js build",
    "watch:plugin-node": "npm run build && npx run-func ./scripts/build.js watch",
    "build:zip": "npm run build && node ./scripts/create-zip.js"
  },
  "dependencies": {
    "handlebars": "^4.7.8"
  }
}
