{
  "name": "@pnpm/git-resolver",
  "version": "1001.2.2",
  "description": "Resolver for git-hosted packages",
  "keywords": [
    "pnpm",
    "pnpm10",
    "npm",
    "resolver"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/resolving/git-resolver",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/resolving/git-resolver#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "graceful-git": "^4.0.0",
    "hosted-git-info": "npm:@pnpm/hosted-git-info@1.0.0",
    "semver": "^7.7.4",
    "@pnpm/error": "1000.1.0",
    "@pnpm/resolver-base": "1005.4.1",
    "@pnpm/fetch": "1001.0.0"
  },
  "devDependencies": {
    "@pnpm/network.agent": "^2.0.3",
    "@types/hosted-git-info": "^3.0.5",
    "@types/is-windows": "^1.0.2",
    "@types/semver": "7.5.3",
    "is-windows": "^1.0.2",
    "@pnpm/git-resolver": "1001.2.2"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "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"
  }
}