{
  "name": "@probot/get-private-key",
  "publishConfig": {
    "access": "public"
  },
  "version": "2.1.0",
  "description": "Get private key from a path, environment variables, or a `*.pem` file in the current working directory",
  "main": "index.js",
  "type": "module",
  "repository": "github:probot/get-private-key",
  "keywords": [
    "github-app",
    "probot"
  ],
  "author": "Gregor Martynus (https://twitter.com/gr2m)",
  "license": "ISC",
  "devDependencies": {
    "@octokit/tsconfig": "^3.0.0",
    "@types/node": "^22.15.29",
    "@vitest/coverage-v8": "^3.0.0",
    "esbuild": "^0.25.0",
    "prettier": "^3.3.3",
    "semantic-release-plugin-update-version-in-files": "^1.0.0",
    "typescript": "^5.0.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">= 18"
  },
  "files": [
    "dist-*/**",
    "bin/**"
  ],
  "types": "dist-types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist-types/index.d.ts",
      "import": "./dist-bundle/index.js",
      "default": "./dist-src/index.js"
    }
  },
  "sideEffects": false
}
