{
  "name": "npm-proxy-cache",
  "version": "3.0.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "https-proxy-agent": "^9.1.0",
    "log4js": "^6.9.1"
  },
  "description": "HTTP/HTTPS caching proxy for work with `npm` utility / registry",
  "main": "index.js",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.8.0",
    "globals": "^17.8.0",
    "mocha": "^11.7.6"
  },
  "scripts": {
    "lint": "scripts/lint",
    "test": "scripts/test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:runk/npm-proxy-cache.git"
  },
  "bin": {
    "npm-proxy-cache": "./bin/npm-proxy-cache"
  },
  "keywords": [
    "npm",
    "proxy",
    "registry",
    "cache",
    "proxy server",
    "forward proxy"
  ],
  "author": "Dmitry Shirokov <deadrunk@gmail.com>",
  "contributors": [
    "@someuser77",
    "@FrankZZ"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/runk/npm-proxy-cache/issues"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "overrides": {
    "mocha": {
      "diff": "^8.0.3",
      "glob": "^13.0.0",
      "minimatch": "^10.2.0",
      "serialize-javascript": "^7.0.5"
    }
  }
}
