{
  "name": "@trustpayments/http-client",
  "version": "2.0.610",
  "description": "Generic http client",
  "author": "Trust Payments <support@trustpayments.com>",
  "homepage": "https://docs.trustpayments.com",
  "license": "MIT",
  "main": "dist/httpclient.js",
  "typings": "dist/httpclient.d.ts",
  "bugs": {
    "url": "https://gitlab.com/trustpayments-public/stjs/ts-modules/-/issues"
  },
  "directories": {
    "lib": "dist",
    "test": "tests"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/trustpayments-public/stjs/ts-modules.git"
  },
  "scripts": {
    "test": "jest",
    "type-check": "tsc --noEmit",
    "build:types": "tsc --declaration --emitDeclarationOnly",
    "build:js": "babel src --out-dir=dist --extensions=.ts,.tsx --source-maps=inline --config-file=../../babel.config.js",
    "build": "npm run type-check && npm run build:types && npm run build:js"
  },
  "dependencies": {
    "@babel/runtime": "7.29.2",
    "core-js": "3.49.0",
    "rxjs": "7.8.2"
  },
  "gitHead": "c010922be2faf7dfb92d34921257775d84b5984f"
}
