{
  "name": "@ministryofjustice/hmpps-rest-client",
  "version": "2.2.0",
  "description": "Standardized, reusable REST client for use with HMPPS services",
  "author": "hmpps-developers",
  "license": "MIT",
  "homepage": "https://github.com/ministryofjustice/hmpps-typescript-lib#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ministryofjustice/hmpps-typescript-lib.git"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "files": [
    "*.md",
    "dist/**/*",
    "src/**/*"
  ],
  "engines": {
    "node": "22 || 24 || 26"
  },
  "scripts": {
    "build": "rollup -c rollup.config.ts --bundleConfigAsCjs",
    "clean": "rm -rf ./dist/",
    "test": "jest",
    "lint": "eslint src --cache --max-warnings 0",
    "lint-fix": "eslint src --cache --max-warnings 0 --fix",
    "check-for-updates": "npx npm-check-updates -u"
  },
  "devDependencies": {
    "@types/bunyan": "^1.8.11",
    "@types/express": "^5.0.6",
    "@types/superagent": "^8.1.9",
    "http-errors": "^2.0.1",
    "nock": "14.0.14"
  },
  "dependencies": {
    "agentkeepalive": "^4.6.0",
    "superagent": "^10.3.0"
  }
}
