{
  "name": "turinpay-plugin-for-woocommerce",
  "version": "1.0.0",
  "description": "TurinPay Plugins for WooCommerce delivers a simple, secure way to accept credit card payments in your WooCommerce store. Reduce payment friction and boost conversions using this free plugin!",
  "main": "Gruntfile.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:nayemDevs/woocommerce-turinpay.git"
  },
  "author": "nayemDevs",
  "license": "ISC",
  "devDependencies": {
    "@playwright/test": "^1.19.2",
    "@wordpress/e2e-test-utils": "^5.4.9",
    "@wordpress/env": "^4.1.3",
    "@wordpress/eslint-plugin": "^9.1.2",
    "@wordpress/i18n": "^4.2.4",
    "@wordpress/scripts": "^19.2.2",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "grunt": "^1.4.1",
    "grunt-bumpup": "^0.6.3",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-compress": "^1.3.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.2",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-text-replace": "^0.4.0",
    "grunt-wp-i18n": "^0.5.4",
    "postcss-flexibility": "^2.0.0"
  },
  "scripts": {
    "lint:js": "wp-scripts lint-js",
    "lint:js:fix": "wp-scripts lint-js --fix",
    "lint:tests": "wp-scripts lint-js ./tests",
    "lint:tests:fix": "wp-scripts lint-js ./tests --fix",
    "lint:cy": "wp-scripts lint-js ./cypress/integration/tests",
    "lint:cy:fix": "wp-scripts lint-js ./cypress/integration/tests --fix",
    "lint:css": "wp-scripts lint-style",
    "lint:css:fix": "wp-scripts lint-style --fix",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "check-engines": "wp-scripts check-engines",
    "i18n": "grunt textdomain && wp i18n make-pot . --exclude=\".github,.wordpress-org,bin,lib,node_modules,src,tests,vendor,wizard/src,.vscode,.eslintrc.js,package.json,package-lock.json,*.json\" languages/turinpay-plugin-for-woocommerce.pot --domain=turinpay-plugin-for-woocommerce",
    "package": "rm *.zip && wp dist-archive . wp-schema-pro",
    "packages-update": "wp-scripts packages-update",
    "test:e2e": "wp-scripts test-e2e --config tests/e2e/jest.config.js",
    "test:e2e:interactive": "npm run test:e2e -- --puppeteer-interactive checkout-cc-4242.test.js",
    "test:e2e:help": "wp-scripts test-e2e --help",
    "test:e2e:debug": "wp-scripts --inspect-brk test-e2e --puppeteer-devtools",
    "env": "wp-env",
    "env:start": "wp-env start",
    "env:stop": "wp-env stop",
    "env:clean": "wp-env clean all",
    "env:destroy": "wp-env destroy",
    "env:up:gh": "npm run env:start -- --update && npm run env:clean && wp-env run tests-cli 'bash ./wp-content/plugins/turinpay-plugin-for-woocommerce/tests/e2e/docker/initial-setup.sh'",
    "env:up": "npm run env:start -- --update && npm run env:clean && wp-env run tests-cli './wp-content/plugins/turinpay-plugin-for-woocommerce/tests/e2e/docker/initial-setup.sh'",
    "cy:install": "npm i cypress@9.4.1 cypress-plugin-stripe-elements@1.0.2",
    "cy:open": "npx cypress open",
    "cy:run": "npx cypress run --browser chrome --spec 'cypress/integration/tests/*'",
    "cy:run:interactive": "npx cypress run --browser chrome --headed --spec 'cypress/integration/tests/*'",
    "play:install": "npm i -D @playwright/test",
    "play:run:interactive": "npx playwright test --headed ",
    "play:run": "npx playwright test"
  },
  "dependencies": {
    "@turinlabs/turinpay": "^0.1.3"
  }
}
