{
  "name": "instamojo-payment-nodejs",
  "version": "3.0.0",
  "description": "Promise based Instamojo payment gateway integration for NodeJS",
  "main": "main.js",
  "scripts": {
    "test": "jest --coverage",
    "testing": "npm run test -- --watch"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  },
  "jest": {
    "collectCoverageFrom": [
      "src/*.js"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 30,
        "functions": 100,
        "lines": 75,
        "statements": 75
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/CodingCreate101/instamojo-payment-nodejs.git"
  },
  "bugs": {
    "url": "https://github.com/CodingCreate101/instamojo-payment-nodejs/issues"
  },
  "keywords": [
    "Instamojo",
    "payment",
    "nodejs",
    "gateway"
  ],
  "author": {
    "name": "Tejas H",
    "email": "tejas.soe@gmail.com",
    "url": "https://github.com/CodingCreate101"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^0.19.2"
  },
  "devDependencies": {
    "husky": "^4.2.5",
    "jest": "^26.4.0"
  }
}
