{
  "name": "@pnpm/git-fetcher",
  "version": "1006.0.6",
  "description": "A fetcher for git-hosted packages",
  "keywords": [
    "pnpm",
    "pnpm10",
    "fetcher"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/fetching/git-fetcher",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/fetching/git-fetcher#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": {
    "@zkochan/rimraf": "^3.0.2",
    "execa": "npm:safe-execa@0.1.2",
    "@pnpm/error": "1000.1.0",
    "@pnpm/fetcher-base": "1001.2.2",
    "@pnpm/fs.packlist": "1000.0.0",
    "@pnpm/prepare-package": "1001.0.7"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1",
    "@pnpm/worker": "^1000.6.7"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "tempy": "^1.0.1",
    "@pnpm/git-fetcher": "1006.0.6",
    "@pnpm/types": "1001.3.0",
    "@pnpm/create-cafs-store": "1000.0.33",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/store.cafs": "1000.1.4"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}