{
  "name": "npm-check-git",
  "version": "4.0.5",
  "description": "Scans for outdated git dependencies",
  "main": "dist/npm-check-git.js",
  "bin": {
    "npm-check-git": "dist/cli/index.js",
    "npmcg": "dist/cli/index.js"
  },
  "scripts": {
    "cli": "ts-node src/cli",
    "prebuild": "rimraf dist",
    "build": "tsc",
    "postbuild": "rimraf 'dist/**/?(__tests__|__mocks__|__setup__|*.test.*)'",
    "prepublishOnly": "yarn build",
    "test": "jest --runInBand src",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johngeorgewright/npm-check-git.git"
  },
  "keywords": [
    "npm",
    "check",
    "outdated",
    "git"
  ],
  "author": "John Wright <johngeorge.wright@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johngeorgewright/npm-check-git/issues"
  },
  "homepage": "https://github.com/johngeorgewright/npm-check-git#readme",
  "devDependencies": {
    "@commitlint/cli": "17.7.1",
    "@commitlint/config-conventional": "17.7.0",
    "@semantic-release/commit-analyzer": "10.0.4",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "9.0.5",
    "@semantic-release/npm": "10.0.5",
    "@semantic-release/release-notes-generator": "11.0.7",
    "@types/hosted-git-info": "3.0.2",
    "@types/jest": "29.5.4",
    "@types/node": "18.17.15",
    "@types/pacote": "11.1.5",
    "@types/yargs": "17.0.19",
    "commitizen": "4.3.0",
    "cz-conventional-changelog": "3.3.0",
    "husky": "8.0.3",
    "jest": "29.7.0",
    "lint-staged": "14.0.1",
    "prettier": "2.8.8",
    "rimraf": "5.0.1",
    "semantic-release": "21.1.1",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.1",
    "typescript": "5.2.2"
  },
  "lint-staged": {
    "*.{md,json,js,jsx,ts,tsx,yml,yaml}": [
      "prettier --ignore-path .gitignore --write"
    ]
  },
  "dependencies": {
    "@johngw/error": "^2.0.0",
    "hosted-git-info": "^7.0.0",
    "pacote": "^17.0.0",
    "yargs": "^17.0.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "packageManager": "yarn@3.6.3"
}
