{
  "name": "kkb-epay",
  "version": "1.1.2",
  "description": "Visa/MasteCard payment gateway via EPAY processing (Qazkom bank, Kazakhstan).",
  "main": "lib/index.js",
  "jsnext:main": "es/index.js",
  "repository": "https://github.com/nodkz/kkb-epay",
  "author": "Nodkz (pavel.chertorogov@gmail.com)",
  "keywords": [
    "epay",
    "qazkom",
    "epay.kkb.kz",
    "Kazkommertsbank",
    "visa",
    "mastercard",
    "payment gateway"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodkz/kkb-epay/issues"
  },
  "homepage": "https://github.com/nodkz/kkb-epay",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^4.18.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.45.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-prettier": "^2.6.0",
    "flow-bin": "^0.66.0",
    "jest": "^22.4.0",
    "jest-babel": "^1.0.1",
    "npm-run-all": "^4.1.2",
    "prettier": "^1.10.2",
    "rimraf": "^2.6.2",
    "semantic-release": "^12.4.1"
  },
  "dependencies": {
    "node-fetch": "^2.0.0",
    "object-path": "^0.11.4",
    "xml2js": "^0.4.19"
  },
  "peerDependencies": {},
  "scripts": {
    "build": "npm-run-all build:*",
    "build:cjs": "rimraf lib && babel src --ignore __tests__,__mocks__ -d lib",
    "build:es": "rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es",
    "build:flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
    "watch": "jest --watch",
    "coverage": "jest --coverage",
    "lint": "eslint --ext .js ./src",
    "flow": "./node_modules/.bin/flow stop && ./node_modules/.bin/flow",
    "test": "npm run coverage && npm run lint && npm run flow",
    "link": "yarn link graphql && yarn link",
    "unlink": "yarn unlink graphql && yarn add graphql",
    "semantic-release": "semantic-release"
  },
  "jest": {
    "roots": [
      "<rootDir>/src"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
