{
  "name": "woocommerce-gateway-checkview",
  "title": "WooCommerce Checkview Payments",
  "version": "1.0.6",
  "author": "WooCommerce",
  "license": "GPL-3.0+",
  "keywords": [],
  "engines": {
    "node": ">=6.9.4",
    "npm": ">=1.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.5",
    "@woocommerce/dependency-extraction-webpack-plugin": "2.2.0",
    "@wordpress/env": "^11.3.0",
    "@wordpress/scripts": "^28.6.0",
    "cross-env": "7.0.3",
    "grunt": "^1.6.1",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-uglify": "^5.2.2"
  },
  "pot": {
    "reportmsgidbugsto": "https://github.com/checkview/issues",
    "languageteam": "Inspry Projects Translate <translations@emilia.capital>",
    "lasttranslator": "Inspry Projects Translate Team <hello@inspry.com>"
  },
  "scripts": {
    "start": "wp-scripts start",
    "build": "wp-scripts build && npm run i18n:build",
    "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/checkview.pot",
    "i18n:json": "$(which wp) i18n make-json languages --no-purge",
    "packages-update": "wp-scripts packages-update",
    "check-engines": "wp-scripts check-engines"
  }
}
