{
  "name": "tonb-merchant-api-client",
  "version": "0.9.3",
  "description": "Merchant API client is a library to interact with TONB Merchant API.",
  "repository": {
    "type": "git",
    "url": "https://gitlab.tonb.io/tonb/typescript-merchant-api-client.git"
  },
  "scripts": {
    "check": "prettier --check src/ && eslint src/**",
    "build": "tsc",
    "test": "jest --collect-coverage"
  },
  "keywords": [
    "Merchant"
  ],
  "author": "Danila Moriakov",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.2",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "axios-mock-adapter": "^1.21.5",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "jest": "^29.6.1",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "axios-retry": "^3.5.1"
  }
}
