{
  "name": "backup-github-repo",
  "version": "1.2.2",
  "description": "Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML",
  "bin": {
    "backup-github-repo": "./bin/backup-github-repo.sh",
    "download-github-repo-json": "./bin/download-github-repo-json.js",
    "download-github-repo-html": "./bin/download-github-repo-html.sh",
    "backup-github-repo_get_repository_name": "./bin/get_repository_name.js",
    "backup-github-repo_get_github_token": "./bin/get_github_token.js",
    "backup-github-repo_init_config": "./bin/init_config.js"
  },
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postpublish": "git push --tags"
  },
  "keywords": [
    "backup",
    "github",
    "repo",
    "repository",
    "issues",
    "pulls",
    "pull requests",
    "json",
    "html",
    "offline"
  ],
  "author": "maxlath",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.1",
    "node-fetch": "^2.6.1",
    "read": "^1.0.7"
  },
  "engines": {
    "node": ">= 7.6"
  }
}
