{
  "name": "gh-pages",
  "version": "6.1.1",
  "description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)",
  "keywords": [
    "git",
    "gh-pages",
    "github"
  ],
  "author": {
    "name": "Tim Schaub",
    "url": "http://tschaub.net/"
  },
  "license": "MIT",
  "homepage": "https://github.com/tschaub/gh-pages",
  "repository": {
    "type": "git",
    "url": "git://github.com/tschaub/gh-pages.git"
  },
  "bugs": {
    "url": "https://github.com/tschaub/gh-pages/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint lib test bin plugin.js",
    "pretest": "npm run lint",
    "test": "mocha --recursive test"
  },
  "files": [
    "lib",
    "bin"
  ],
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "async": "^3.2.4",
    "commander": "^11.0.0",
    "email-addresses": "^5.0.0",
    "filenamify": "^4.3.0",
    "find-cache-dir": "^3.3.1",
    "fs-extra": "^11.1.1",
    "globby": "^6.1.0"
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "dir-compare": "^4.0.0",
    "eslint": "^8.32.0",
    "eslint-config-tschaub": "^14.1.2",
    "mocha": "^10.2.0",
    "sinon": "^17.0.1",
    "tmp": "^0.2.1"
  },
  "bin": {
    "gh-pages": "bin/gh-pages.js",
    "gh-pages-clean": "bin/gh-pages-clean.js"
  },
  "eslintConfig": {
    "extends": "tschaub",
    "rules": {
      "jsdoc/check-examples": "off"
    }
  }
}
