{ "name": "gh-got", "version": "6.0.0", "description": "Convenience wrapper for `got` to interact with the GitHub API", "license": "MIT", "repository": "sindresorhus/gh-got", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "got", "gh", "github", "api", "request", "http", "https", "get", "url", "uri", "util", "utility" ], "dependencies": { "got": "^7.0.0", "is-plain-obj": "^1.1.0" }, "devDependencies": { "ava": "*", "get-stream": "^2.0.0", "nock": "^8.0.0", "xo": "*" }, "xo": { "esnext": true } }