Files
get-gpg-keys-from-github-fo…/package.json
dependabot[bot] 54cb145914 Bump got from 9.6.0 to 11.8.5
Bumps [got](https://github.com/sindresorhus/got) from 9.6.0 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.5)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 13:50:39 +00:00

27 lines
805 B
JSON

{
"name": "get-gpg-keys-from-github-following",
"version": "1.0.1",
"description": "A simple program which will look through a users list of followed users and generate a gpg key file containing the public keys of all users who have added their gpg key to github.",
"main": "index.js",
"repository": {
"url": "https://github.com/morten-olsen/get-gpg-keys-from-github-following.git",
"type": "git"
},
"scripts": {
"build": "ncc build src/index.js -o ./build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"get-gpg-keys-from-github-following": "build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@zeit/ncc": "^0.20.5",
"got": "^11.8.5",
"valvelet": "^1.1.1",
"yargs": "^14.2.0"
}
}