{
  "name": "@actions/github",
  "version": "1.1.0",
  "description": "Actions github lib",
  "keywords": [
    "github",
    "actions"
  ],
  "homepage": "https://github.com/actions/toolkit/tree/master/packages/github",
  "license": "MIT",
  "main": "lib/github.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/actions/toolkit.git"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "tsc": "tsc"
  },
  "bugs": {
    "url": "https://github.com/actions/toolkit/issues"
  },
  "dependencies": {
    "@octokit/graphql": "^2.0.1",
    "@octokit/rest": "^16.15.0"
  },
  "devDependencies": {
    "jest": "^24.7.1"
  },
  "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52"

,"_resolved": "https://registry.npmjs.org/@actions/github/-/github-1.1.0.tgz"
,"_integrity": "sha512-cHf6PyoNMdei13jEdGPhKprIMFmjVVW/dnM5/9QmQDJ1ZTaGVyezUSCUIC/ySNLRvDUpeFwPYMdThSEJldSbUw=="
,"_from": "@actions/github@1.1.0"
}