{
  "name": "@paypal/sdk-constants",
  "version": "1.0.110",
  "description": "Utilities.",
  "main": "index.js",
  "scripts": {
    "setup": "npm install && npm run flow-typed",
    "lint": "eslint src/ *.js",
    "flow-typed": "rm -rf ./flow-typed && flow-typed install",
    "flow": "flow",
    "karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
    "babel": "babel src/ --out-dir dist/module",
    "webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",
    "test": "npm run lint && npm run flow-typed && npm run flow",
    "build": "npm run test && npm run babel && npm run webpack",
    "release": "./publish.sh",
    "release:patch": "./publish.sh patch",
    "release:minor": "./publish.sh minor",
    "release:major": "./publish.sh major",
    "clean": "rimraf dist coverage",
    "reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install",
    "debug": "cross-env NODE_ENV=debug"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "browserslist": [
    "IE >= 11",
    "chrome >= 27",
    "firefox >= 30",
    "safari >= 7",
    "opera >= 23"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/paypal/paypal-sdk-constants.git"
  },
  "keywords": [
    "template"
  ],
  "license": "Apache-2.0",
  "readmeFilename": "README.md",
  "devDependencies": {
    "flow-bin": "0.129.0",
    "grumbler-scripts": "3.0.70",
    "mocha": "8.0.1"
  },
  "dependencies": {
    "cross-domain-utils": "^2.0.10",
    "hi-base32": "^0.5.0",
    "zalgo-promise": "^1.0.28"
  }
}
