{
  "name": "pullit",
  "version": "2.1.0",
  "description": "Display and pull branches from GitHub pull requests",
  "main": "src/index.js",
  "preferGlobal": true,
  "scripts": {
    "start": "node src/index.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jkup/pullit.git"
  },
  "keywords": [
    "github",
    "pull",
    "request",
    "pr",
    "cli"
  ],
  "author": "Jon Kuperman",
  "license": "MIT",
  "bin": {
    "pullit": "./bin/pullit.js"
  },
  "bugs": {
    "url": "https://github.com/jkup/pullit/issues"
  },
  "homepage": "https://github.com/jkup/pullit#readme",
  "devDependencies": {
    "jest": "^24.8.0",
    "proxyquire": "^2.1.0"
  },
  "dependencies": {
    "@octokit/rest": "^16.28.9",
    "parse-github-repo-url": "^1.4.1",
    "terminal-menu": "^2.1.1"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "testEnvironment": "node",
    "modulePathIgnorePatterns": [
      "__tests__/fixtures/"
    ],
    "testPathIgnorePatterns": [
      "__tests__/fixtures/"
    ]
  }
}
