{
  "name": "github-api-cli",
  "bin": {
    "github-api-cli": "index.js"
  },
  "version": "0.1.0",
  "description": "A CLI client for the github v3 REST API",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/g-k/github-api-cli.git"
  },
  "keywords": [
    "github",
    "cli",
    "api",
    "v3"
  ],
  "author": "secops@mozilla.com",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/g-k/github-api-cli/issues"
  },
  "homepage": "https://github.com/g-k/github-api-cli#readme",
  "dependencies": {
    "@octokit/rest": "^14.0.9",
    "yargs": "^11.0.0"
  }
}
