{
  "name": "@rushstack/credential-cache",
  "version": "0.2.19",
  "description": "Cross-platform functionality to manage cached credentials.",
  "main": "./lib-commonjs/index.js",
  "module": "./lib-esm/index.js",
  "types": "./dist/credential-cache.d.ts",
  "exports": {
    ".": {
      "types": "./dist/credential-cache.d.ts",
      "node": "./lib-commonjs/index.js",
      "import": "./lib-esm/index.js",
      "require": "./lib-commonjs/index.js"
    },
    "./lib/*.schema.json": "./lib-commonjs/*.schema.json",
    "./lib/*": {
      "types": "./lib-dts/*.d.ts",
      "node": "./lib-commonjs/*.js",
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "license": "MIT",
  "repository": {
    "url": "https://github.com/microsoft/rushstack.git",
    "type": "git",
    "directory": "libraries/credential-cache"
  },
  "dependencies": {
    "@rushstack/node-core-library": "5.23.1"
  },
  "devDependencies": {
    "eslint": "~9.37.0",
    "@rushstack/heft": "1.2.19",
    "local-node-rig": "1.0.0"
  },
  "sideEffects": false,
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}