{
  "name": "@actions/cache",
  "version": "6.1.0",
  "description": "Actions cache lib",
  "keywords": [
    "github",
    "actions",
    "cache"
  ],
  "homepage": "https://github.com/actions/toolkit/tree/main/packages/cache",
  "license": "MIT",
  "type": "module",
  "main": "lib/cache.js",
  "types": "lib/cache.d.ts",
  "exports": {
    ".": {
      "types": "./lib/cache.d.ts",
      "import": "./lib/cache.js"
    }
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "!.DS_Store"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/actions/toolkit.git",
    "directory": "packages/cache"
  },
  "scripts": {
    "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "tsc": "tsc && cp src/internal/shared/package-version.cjs lib/internal/shared/"
  },
  "bugs": {
    "url": "https://github.com/actions/toolkit/issues"
  },
  "dependencies": {
    "@actions/core": "^3.0.1",
    "@actions/exec": "^3.0.0",
    "@actions/glob": "^0.6.1",
    "@actions/http-client": "^4.0.1",
    "@actions/io": "^3.0.2",
    "@azure/core-rest-pipeline": "^1.23.0",
    "@azure/storage-blob": "^12.31.0",
    "@protobuf-ts/runtime-rpc": "^2.11.1",
    "semver": "^7.7.4"
  },
  "devDependencies": {
    "@protobuf-ts/plugin": "^2.11.1",
    "@types/node": "^25.6.0",
    "@types/semver": "^7.7.1",
    "typescript": "^5.9.3"
  },
  "overrides": {
    "uri-js": "npm:uri-js-replace@^1.0.1",
    "node-fetch": "^3.3.2"
  }
}
