{
  "name": "github-automation",
  "version": "5.3.3",
  "description": "A github automation CLI for repetitive works",
  "author": "Jorge Saud @Giorgiosaud",
  "bin": {
    "github-automation": "bin/run"
  },
  "homepage": "https://github.com/Giorgiosaud/github-automation",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Giorgiosaud/github-automation.git"
  },
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@oclif/core": "^2.9.1",
    "@oclif/plugin-help": "^5.2.12",
    "@oclif/plugin-plugins": "^3.1.6",
    "@types/js-yaml": "^4.0.5",
    "axios": "^1.4.0",
    "colorts": "^0.1.63",
    "dotenv": "^16.3.1",
    "i": "^0.3.7",
    "js-nacl": "^1.4.0",
    "js-yaml": "^4.1.0",
    "octokit": "^3.0.0",
    "tweetnacl-ts": "^1.0.3"
  },
  "devDependencies": {
    "@jest/types": "^29.6.1",
    "@oclif/test": "^2.3.28",
    "@octokit/types": "^11.1.0",
    "@types/chai": "^4.3.5",
    "@types/jest": "^29.5.3",
    "@types/js-nacl": "^1.3.1",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.4.1",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "axios-mock-adapter": "^1.21.5",
    "chai": "^4.3.7",
    "eslint": "^8.44.0",
    "eslint-config-oclif": "^4.0.0",
    "eslint-config-oclif-typescript": "^1.0.3",
    "eslint-plugin-unicorn": "^47.0.0",
    "jest": "^29.6.1",
    "jest-config": "^29.6.1",
    "jest-worker": "^29.6.1",
    "mocha": "^10.2.0",
    "oclif": "^3.9.1",
    "shx": "^0.3.4",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.0",
    "typescript": "^5.1.6"
  },
  "oclif": {
    "bin": "github-automation",
    "dirname": "github-automation",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ],
    "topicSeparator": " ",
    "topics": {
      "branch-protection-rules": {
        "description": "Copy protection rules from a repo to many others"
      },
      "collaborators": {
        "description": "Manage collaborators in repository"
      },
      "create-environment": {
        "description": "Create environment in repository"
      },
      "delete-secret": {
        "description": "Delete secret in repository"
      },
      "list-org-repositories": {
        "description": "List all repositories in organization"
      },
      "repos-with-secret": {
        "description": "List all repositories with secret"
      },
      "set-secret": {
        "description": "Set secret in repository with env or not"
      },
      "set-vars": {
        "description": "Set vars in repository with env or not"
      }
    }
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "npm run lint",
    "prepack": "npm run build && oclif manifest && oclif readme",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "version": "oclif readme && git add README.md"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "bugs": "https://github.com/Giorgiosaud/github-automation/issues",
  "keywords": [
    "oclif"
  ],
  "types": "dist/index.d.ts"
}
