{
  "name": "tec-jovvie-payments-gateway",
  "version": "1.0.0",
  "description": "",
  "homepage": "https://joovvie.com",
  "license": "GPL-2.0-or-later",
  "private": true,
  "contributors": [
    {
      "name": "BizSwoop a CPF Concepts, LLC Brand",
      "email": "hello@bizswoop.com",
      "homepage": "https://www.bizswoop.com"
    }
  ],
  "keywords": [
    "wordpress"
  ],
  "browserslist": [
    "last 2 versions",
    "android 4",
    "opera 12",
    "ie 11"
  ],
  "entry": {
    "checkout": [
      "./js/checkout.js",
      "./css/checkout.scss"
    ],
    "setting": [
      "./js/setting.js",
      "./css/setting.scss"
    ]
  },
  "release": {
    "directories": [
      "asset",
      "inc",
      "lang",
      "lib",
      "src",
      "view"
    ],
    "files": [
      ".eslintrc",
      ".stylelintrc",
      "autoload.json",
      "composer.json",
      "package.json",
      "license.txt",
      "readme.txt",
      "phpcs.xml",
      "scoper.inc.php",
      "tec-jovvie-payments-gateway.php",
      "webpack.config.js",
      "wpml-config.xml"
    ]
  },
  "dependencies": {
    "jquery": "^3.5.1"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "autoprefixer": "~9.7.6",
    "babel-loader": "~8.1.0",
    "browser-sync": "^2.26.10",
    "clean-webpack-plugin": "~3.0.0",
    "copy-webpack-plugin": "~5.1.1",
    "cross-env": "~7.0.2",
    "css-loader": "~3.5.3",
    "dotenv": "^16.0.2",
    "eslint": "~6.8.0",
    "eslint-config-wordpress": "^2.0.0",
    "eslint-loader": "~4.0.2",
    "file-loader": "~6.0.0",
    "husky": "^8.0.3",
    "imagemin-mozjpeg": "~8.0.0",
    "imagemin-webpack-plugin": "~2.4.2",
    "mini-css-extract-plugin": "~0.9.0",
    "node-sass": "^4.14.1",
    "optimize-css-assets-webpack-plugin": "~5.0.3",
    "postcss-loader": "~3.0.0",
    "sass-loader": "~6.0",
    "stylelint": "~12.0.1",
    "stylelint-config-wordpress": "^17.0.0",
    "stylelint-order-htmlacademy": "^1.0.1",
    "stylelint-webpack-plugin": "~1.2.3",
    "terser-webpack-plugin": "^2.3.7",
    "webpack": "~4.43.0",
    "webpack-cli": "^3.3.12",
    "webpack-fix-style-only-entries": "~0.4.0",
    "fs": "~0.0.1-security",
    "path": "~0.12.7",
    "archiver": "~5.0.0",
    "log-beautify": "~1.2.0",
    "ftp-deploy": "~2.3.8"
  },
  "scripts": {
    "start": "cross-env NODE_ENV=development webpack --watch",
    "build": "cross-env NODE_ENV=production webpack && cross-env NODE_ENV=production NO_MIN=true webpack",
    "lint-style": "npx stylelint --allow-empty-input 'src/**/*.{css,scss}'",
    "lint-script": "npx eslint 'src/**/*.js'",
    "fix-style": "npx stylelint --allow-empty-input --fix 'src/**/*.{css,scss}'",
    "fix-script": "npx eslint --fix 'src/**/*.js'",
    "prepare": "husky install",
    "create-release-zip": "node .script/create-release-zip.js",
    "deploy-to-dev": "node .script/deploy-to-dev.js"
  }
}
