{
  "name": "omnipay-js",
  "version": "0.0.4",
  "description": "Omnipay port JS",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/kanatkubash/omnipay-js/"
  },
  "engines": {
    "node": ">=8.6.0"
  },
  "keywords": [
    "omnipay",
    "typescript",
    "javascript"
  ],
  "scripts": {
    "test": "./node_modules/.bin/ts-mocha -p ./ ./test/*.spec.ts",
    "build": "tsc -p .",
    "build-test": "tsc -p ./test/",
    "nyc": "export TS_NODE_PROJECT=./test && ./node_modules/.bin/nyc mocha --require=ts-node/register  -- test/**/*.spec.ts && see coverage/index.html"
  },
  "author": "Kanat Kubash",
  "license": "ISC",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "dependencies": {
    "@types/lodash": "^4.14.104",
    "js-money": "^0.6.3",
    "lodash": "^4.17.5",
    "moment": "^2.20.1",
    "tslint": "^5.9.1",
    "tslint-config-airbnb": "^5.6.0",
    "typescript": "^2.7.2"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/chai-spies": "0.0.0",
    "@types/expect": "^1.20.2",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.6",
    "@types/sinon": "^4.1.3",
    "@types/sinon-chai": "^2.7.29",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-spies": "^1.0.0",
    "inversify": "^4.10.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.1",
    "nyc": "^11.4.1",
    "reflect-metadata": "^0.1.12",
    "sinon": "^4.3.0",
    "sinon-chai": "^2.14.0",
    "ts-mocha": "^1.1.0"
  },
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  }
}