{
  "name": "@alliedpayment/http-client",
  "version": "13.1.4",
  "description": "http client for allied payment nodejs libraries",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "build": "tsc",
    "test": "ts-node test/test.ts",
    "setup": "npm install",
    "preversion": "git add -A",
    "predeploy": "npm run setup",
    "deploy": "npm version patch --force && npm publish",
    "postdeploy": "git push && git push --tags"
  },
  "author": "wickdninja",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlliedPayment/http-client.git"
  },
  "dependencies": {
    "@alliedpayment/authenticator": "^14.0.8",
    "@alliedpayment/logger": "^3.0.2",
    "axios": "^0.26.0"
  },
  "devDependencies": {
    "@tsconfig/node16": "^1.0.2",
    "@types/node": "^17.0.23",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  },
  "exports": {
    "default": "./lib/index.js"
  },
  "files": [
    "lib/**/*"
  ]
}
