{
  "name": "@krakenjs/grabthar-release",
  "version": "3.10.1",
  "description": "Helper scripts for grabthar releases.",
  "main": "index.js",
  "scripts": {
    "flow-typed": "rm -rf ./flow-typed && flow-typed install",
    "lint": "eslint scripts/ --ext .js,.mjs",
    "flow": "flow check",
    "format": "prettier --write --ignore-unknown .",
    "format:check": "prettier --check .",
    "jest": "jest",
    "test": "npm run format:check && npm run lint && npm run flow && npm run jest",
    "babel": "babel scripts --ignore=node_modules,scripts/*.mjs --out-dir scripts --source-maps inline",
    "postinstall": "npm_config_registry=https://npm.dev.paypalinc.com npm install @paypalcorp/web --no-save --proxy='null' --https-proxy='null' || echo 'Unable to install cdnx cli tools'",
    "prepare": "husky install",
    "prepublishOnly": "npm run babel",
    "release": "standard-version",
    "postrelease": "git push && git push --follow-tags && npm publish && git checkout ./scripts"
  },
  "bin": {
    "grabthar-activate": "./scripts/activate.mjs",
    "grabthar-add": "./scripts/add.mjs",
    "grabthar-cdnify": "./scripts/cdnify.js",
    "grabthar-flatten": "./scripts/flatten.mjs",
    "grabthar-prune": "./scripts/prune.js",
    "grabthar-release": "./scripts/release.mjs",
    "grabthar-remove": "./scripts/remove.mjs",
    "grabthar-upgrade": "./scripts/upgrade.mjs",
    "grabthar-validate-git": "./scripts/validate-git.mjs",
    "grabthar-validate-npm": "./scripts/validate-npm.mjs",
    "grabthar-validate-flat": "./scripts/validate-flat.js",
    "grabthar-verify-npm-publish": "./scripts/verify-npm-publish.mjs",
    "grabthar-dependency-test": "./scripts/dependency-test.js",
    "grabthar-utils.js": "./scripts/grabthar-utils.js"
  },
  "standard-version": {
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "chore",
        "hidden": false
      },
      {
        "type": "docs",
        "hidden": false
      },
      {
        "type": "style",
        "hidden": false
      },
      {
        "type": "refactor",
        "hidden": false
      },
      {
        "type": "perf",
        "hidden": false
      },
      {
        "type": "test",
        "hidden": false
      },
      {
        "type": "ci",
        "hidden": true
      }
    ]
  },
  "files": [
    "scripts"
  ],
  "engines": {
    "node": ">=14.13.1",
    "npm": ">=6"
  },
  "config": {
    "engine-strict": true
  },
  "browserslist": [
    "IE >= 11",
    "chrome >= 27",
    "firefox >= 30",
    "safari >= 5",
    "opera >= 23"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/krakenjs/grabthar-release.git"
  },
  "keywords": [
    "template"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "readmeFilename": "README.md",
  "dependencies": {
    "@vercel/fetch-retry": "^5.0.3",
    "check-node-version": "^4.0.3",
    "command-line-args": "^5.1.1",
    "download": "^8.0.0",
    "flow-bin": "0.174.1",
    "fs-extra": "^5.0.0",
    "https-proxy-agent": "^5.0.0",
    "inquirer": "^7.3.2",
    "libnpmconfig": "^1.2.1",
    "node-fetch": "^2.6.0",
    "npm": "^9.0.0",
    "parse-diff": "^0.8.1",
    "semver": "^7.3.5",
    "shelljs": "^0.8.4",
    "zx": "4.3.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.3",
    "@commitlint/config-conventional": "^16.2.1",
    "@krakenjs/grumbler-scripts": "^8.0.4",
    "fetch-mock-jest": "^1.5.1",
    "flow-typed": "^3.8.0",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "lint-staged": "^12.4.0",
    "memfs": "^3.4.1",
    "mock-argv": "^2.0.8",
    "mock-fs": "^5.1.2",
    "prettier": "^2.6.2",
    "standard-version": "^9.3.2"
  },
  "lint-staged": {
    "*": "prettier --write --ignore-unknown"
  }
}
