{
  "name": "@bigcommerce/bigpay-client",
  "version": "5.14.0",
  "description": "JavaScript client for BigPay",
  "browserslist": [
    "last 2 versions",
    "not ie < 11",
    "not Baidu > 0",
    "not QQAndroid > 0",
    "not Android < 62"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "NODE_ENV=production babel src --out-dir lib --source-maps",
    "lint": "eslint src test",
    "prerelease": "npm run lint && npm test",
    "release": "standard-version -a",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bigcommerce/bigpay-client-js.git"
  },
  "author": "BigCommerce",
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "gulp": "^4.0.2",
    "gulp-bump": "^3.1.3",
    "gulp-conventional-changelog": "^2.0.35",
    "gulp-git": "^2.10.1",
    "gulp-prompt": "^1.2.0",
    "gulp-touch": "^1.0.1",
    "jest": "^25.5.4",
    "lodash": "^4.17.20",
    "semver": "^7.3.2",
    "standard-version": "^9.0.0",
    "xhr-mock": "^2.5.1"
  },
  "dependencies": {
    "@bigcommerce/form-poster": "^1.4.0",
    "babel-jest": "^25.2.0",
    "deep-assign": "^3.0.0",
    "object-assign": "^4.1.1"
  }

,"_resolved": "https://registry.npmjs.org/@bigcommerce/bigpay-client/-/bigpay-client-5.14.0.tgz"
,"_integrity": "sha512-OJzevo/GXycmpjanQEiSET1z9Bjvza4py4Yj+xYNtpaqOZAwxg3Y103auIT1SCoZDS2ljOvixfkryTSb4gTuVw=="
,"_from": "@bigcommerce/bigpay-client@5.14.0"
}