{
  "name": "@google-automations/git-file-utils",
  "version": "3.0.1",
  "description": "Utilities for github file operation",
  "scripts": {
    "compile": "tsc -p .",
    "pretest": "npm run compile",
    "prepare": "npm run compile",
    "test": "cross-env NODE_ENV=test LOG_LEVEL=fatal c8 mocha ./build/test",
    "test:snap": "SNAPSHOT_UPDATE=1 npm test",
    "system-test": "npm run pretest && cross-env LOG_LEVEL=fatal mocha ./build/test/integration",
    "fix": "gts fix",
    "lint": "gts check"
  },
  "main": "./build/src/git-file-utils.js",
  "repository": "https://github.com/googleapis/repo-automation-bots.git",
  "homepage": "https://github.com/googleapis/repo-automation-bots",
  "bugs": "https://github.com/googleapis/repo-automation-bots/issues",
  "dependencies": {
    "@octokit/rest": "^20.1.1",
    "@octokit/types": "^13.0.0",
    "js-yaml": "^4.1.1",
    "minimatch": "^10.2.4"
  },
  "devDependencies": {
    "@types/chai": "^4.3.3",
    "@types/mocha": "^10.0.0",
    "@types/node": "^20.0.0",
    "@types/sinon": "^10.0.13",
    "c8": "^7.12.0",
    "chai": "^4.3.6",
    "cross-env": "^7.0.3",
    "dotenv": "^16.0.2",
    "gts": "^4.0.0",
    "mocha": "^10.0.0",
    "nock": "^13.2.9",
    "node-fetch": "^2.7.0",
    "sinon": "^15.0.0",
    "snap-shot-it": "^7.9.6",
    "typescript": "^4.9.4"
  },
  "engines": {
    "node": ">= 20"
  },
  "keywords": [
    "Git data API"
  ],
  "author": "Jeff Ching <chingor@google.com>",
  "license": "Apache-2.0",
  "files": [
    "build/src"
  ],
  "overrides": {
    "tmp": "0.2.5"
  }
}
