{
  "name": "globalpayments-lib",
  "version": "1.8.5",
  "description": "Helper library for Global Payments JavaScript libraries",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "author": "Heartland Developer Portal <developers@heartland.us>",
  "license": "GPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/globalpayments/globalpayments-js.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib",
    "format": "prettier --write 'src/**/*' 'test/**/*' '!src/assets/**/*' '!test/run.sh' '!test/run.ps1' '!test/fixtures/**/*.html'",
    "prebuild": "rimraf lib && yarn test:lint",
    "prepare": "yarn build",
    "test:lint": "tslint --project tsconfig.json"
  },
  "dependencies": {
    "base64-js": "^1.3.0",
    "promise-polyfill": "^8.1.0",
    "unfetch": "^4.1.0"
  },
  "devDependencies": {
    "rimraf": "*",
    "typescript": "*"
  },
  "gitHead": "09776fcfe6140ce5b1ea8fc55fb4867b15565f1d"
}
