gh-got
Version:
Convenience wrapper for Got to interact with the GitHub API
46 lines (45 loc) • 783 B
JSON
{
"name": "gh-got",
"version": "10.0.0",
"description": "Convenience wrapper for Got to interact with the GitHub API",
"license": "MIT",
"repository": "sindresorhus/gh-got",
"funding": "https://github.com/sindresorhus/got?sponsor=1",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=14.16"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"got",
"gh",
"github",
"api",
"request",
"http",
"https",
"get",
"url",
"utility"
],
"dependencies": {
"got": "^12.5.2"
},
"devDependencies": {
"ava": "^4.3.3",
"get-stream": "^6.0.1",
"nock": "^13.2.9",
"xo": "^0.52.4"
}
}