@probot/get-private-key
Version:
Get private key from a path, environment variables, or a `*.pem` file in the current working directory
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "@probot/get-private-key",
"publishConfig": {
"access": "public"
},
"version": "2.0.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",
"@vitest/coverage-v8": "^2.0.3",
"esbuild": "^0.23.0",
"prettier": "^3.3.3",
"semantic-release": "^24.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"typescript": "^5.0.0",
"vitest": "^2.0.3"
},
"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
}