{
  "name": "@bigcommerce/checkout-sdk",
  "version": "1.147.0",
  "description": "BigCommerce Checkout JavaScript SDK",
  "license": "MIT",
  "main": "dist/checkout-sdk.js",
  "typings": "dist/checkout-sdk.d.ts",
  "files": [
    "dist/",
    "docs/"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/bigcommerce/checkout-sdk-js.git"
  },
  "author": "BigCommerce",
  "bugs": {
    "url": "https://github.com/bigcommerce/checkout-sdk-js/issues"
  },
  "homepage": "https://github.com/bigcommerce/checkout-sdk-js",
  "scripts": {
    "prepare": "check-node-version --node '>=6' --npm '>=6'",
    "build": "npm run bundle && npm run bundle-dts && npm run docs",
    "prebuild-server": "rm -rf dist-server",
    "build-server": "webpack --config webpack-server.config.js --config-name umd && webpack --config webpack-server.config.js --config-name umd-loader",
    "prebundle": "rm -rf dist",
    "bundle": "webpack --config webpack.config.js",
    "bundle:analyze": "npm run --silent bundle -- --config-name umd --profile --json > webpack-stats.json && webpack-bundle-analyzer webpack-stats.json dist --default-sizes gzip",
    "bundle:watch": "npm run bundle -- --config-name cjs --watch --progress",
    "prebundle-dts": "tsc --outDir temp --declaration",
    "bundle-dts": "api-extractor run --config api-extractor/checkout-sdk.json & api-extractor run --config api-extractor/checkout-button.json & api-extractor run --config api-extractor/embedded-checkout.json & api-extractor run --config api-extractor/internal-mappers.json",
    "postbundle-dts": "rm -rf temp",
    "docs": "typedoc --plugin typedoc-plugin-markdown --mode file --module commonjs --readme none --out docs --includeDeclarations --excludeExternals --excludePrivate --excludeProtected --hideSources dist/checkout-sdk.d.ts",
    "lint": "eslint 'src/**/*.ts' && tsc --noEmit",
    "release": "echo 'Please do not release locally, use CircleCi'",
    "release:version": "git add dist docs && standard-version -a",
    "release:alpha": "export PRERELEASE=alpha; npm run lint && npm test && npm run build && npm run release:version",
    "test": "jest --config jest-config.js",
    "test:coverage": "npm run test -- --coverage",
    "test:series": "npm run test -- --runInBand",
    "test:watch": "npm run test -- --watch"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@bigcommerce/bigpay-client": "^5.14.0",
    "@bigcommerce/data-store": "^1.0.1",
    "@bigcommerce/form-poster": "^1.4.0",
    "@bigcommerce/memoize": "^1.0.0",
    "@bigcommerce/request-sender": "^1.0.3",
    "@bigcommerce/script-loader": "^2.2.1",
    "@braintree/browser-detection": "^1.11.0",
    "@types/card-validator": "^4.1.0",
    "@types/iframe-resizer": "^3.5.6",
    "@types/lodash": "^4.14.139",
    "@types/reselect": "^2.2.0",
    "@types/shallowequal": "^1.1.1",
    "@types/yup": "^0.26.24",
    "card-validator": "^6.2.0",
    "core-js": "^3.1.2",
    "iframe-resizer": "^3.6.2",
    "local-storage-fallback": "^4.1.1",
    "lodash": "^4.17.15",
    "messageformat": "2.1.0",
    "reselect": "^4.0.0",
    "rxjs": "^6.5.3",
    "shallowequal": "^1.1.0",
    "tslib": "^1.10.0",
    "yup": "^0.27.0"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "@bigcommerce/tslint-config": "^4.0.0",
    "@microsoft/api-extractor": "^6.3.0",
    "@types/grecaptcha": "^2.0.36",
    "@types/jest": "^23.3.10",
    "@types/node": "^6.0.101",
    "@typescript-eslint/eslint-plugin": "^2.3.3",
    "@typescript-eslint/eslint-plugin-tslint": "^2.3.3",
    "@typescript-eslint/parser": "^1.13.0",
    "babel-loader": "^8.0.6",
    "check-node-version": "^3.2.0",
    "conventional-recommended-bump": "^6.0.5",
    "eslint": "^6.5.1",
    "eslint-plugin-import": "^2.18.2",
    "jest": "^24.9.0",
    "request": "^2.83.0",
    "semver": "^7.1.1",
    "source-map-loader": "^0.2.4",
    "standard-version": "^8.0.1",
    "ts-jest": "^24.1.0",
    "ts-loader": "^6.1.2",
    "tslint": "^5.18.0",
    "typedoc": "^0.17.7",
    "typedoc-plugin-markdown": "^2.3.1",
    "typescript": "^3.9.3",
    "webpack": "^4.41.0",
    "webpack-assets-manifest": "^3.1.1",
    "webpack-bundle-analyzer": "^3.5.1",
    "webpack-cli": "^3.3.9",
    "webpack-node-externals": "^1.7.2"
  },
  "standard-version": {
    "scripts": {
      "prebump": "./scripts/standard-version/prebump.js"
    }
  }

,"_resolved": "https://registry.npmjs.org/@bigcommerce/checkout-sdk/-/checkout-sdk-1.147.0.tgz"
,"_integrity": "sha512-3El4HCodHHjVwjo/jQ0HRtsKMHxaLznIoeTdTZofXk7TYR8d0S0Gn3Y2kbU6W9xHSM/dP1ooF8Zl1GvsWb8Yag=="
,"_from": "@bigcommerce/checkout-sdk@1.147.0"
}