{
  "name": "@pnpm/git-resolver",
  "version": "6.1.1",
  "description": "Resolver for git-hosted packages",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "engines": {
    "node": ">=14.6"
  },
  "repository": "https://github.com/pnpm/pnpm/blob/main/packages/git-resolver",
  "keywords": [
    "pnpm7",
    "pnpm",
    "resolver",
    "npm"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/git-resolver#readme",
  "dependencies": {
    "@pnpm/fetch": "5.0.6",
    "@pnpm/resolver-base": "9.0.5",
    "graceful-git": "^3.1.2",
    "hosted-git-info": "npm:@zkochan/hosted-git-info@^4.0.2",
    "semver": "^7.3.7"
  },
  "devDependencies": {
    "@pnpm/git-resolver": "6.1.1",
    "@types/hosted-git-info": "^3.0.2",
    "@types/is-windows": "^1.0.0",
    "@types/semver": "^7.3.10",
    "is-windows": "^1.0.2"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint src/**/*.ts test/**/*.ts",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}