{
  "name": "git-diff-apply",
  "version": "7.0.5",
  "description": "Use an unrelated remote repository to apply a git diff",
  "keywords": [
    "patch",
    "tag",
    "merge",
    "commit",
    "cherry-pick",
    "mergetool",
    "update",
    "conflict"
  ],
  "homepage": "https://github.com/kellyselden/git-diff-apply#readme",
  "bugs": {
    "url": "https://github.com/kellyselden/git-diff-apply/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kellyselden/git-diff-apply.git"
  },
  "license": "MIT",
  "author": "Kelly Selden",
  "main": "src",
  "bin": {
    "git-diff-apply": "bin/git-diff-apply.js"
  },
  "files": [
    "bin",
    "src"
  ],
  "scripts": {
    "lint": "eslint",
    "test": "mocha"
  },
  "dependencies": {
    "debug": "^4.0.0",
    "fixturify": "^3.0.0",
    "fs-extra": "^11.0.0",
    "tmp": "0.2.5",
    "uuid": "^13.0.0",
    "yargs": "^17.0.0"
  },
  "devDependencies": {
    "@kellyselden/node-template": "6.10.0",
    "chai": "^4.5.0",
    "cpr": "^3.0.1",
    "eslint": "^9.34.0",
    "eslint-config-sane-node": "^6.0.0",
    "eslint-plugin-mocha": "^10.5.0",
    "fixturify-project": "^7.0.0",
    "git-fixtures": "^9.0.0",
    "mocha": "^11.7.1",
    "mocha-helpers": "^10.2.1",
    "renovate-config-standard": "2.4.2",
    "sinon": "^21.0.0",
    "standard-node-template": "7.2.0"
  },
  "engines": {
    "node": ">=20.9"
  }
}
