{
  "name": "@loopback/http-caching-proxy",
  "description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!",
  "version": "7.0.10",
  "keywords": [
    "LoopBack",
    "HTTP",
    "Proxy",
    "Cache",
    "Test"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "packages/http-caching-proxy"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "build": "lb-tsc",
    "clean": "lb-clean loopback-caching-proxy*.tgz dist *.tsbuildinfo package",
    "pretest": "npm run build",
    "test": "lb-mocha \"dist/__tests__/**/*.js\"",
    "verify": "npm pack && tar xf loopback-caching-proxy*.tgz && tree package && npm run clean"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "dependencies": {
    "axios": "^1.13.6",
    "cacache": "^20.0.3",
    "debug": "^4.4.3",
    "rimraf": "^5.0.10",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.10",
    "@loopback/eslint-config": "^16.0.1",
    "@loopback/testlab": "^8.0.10",
    "@types/debug": "^4.1.12",
    "@types/node": "^16.18.126",
    "@types/tunnel": "0.0.7",
    "delay": "^7.0.0",
    "tunnel": "0.0.6"
  },
  "gitHead": "ae59e33540f12a77c652749c8266bb007302c24e"
}
