{ "name": "@pnpm/git-fetcher", "version": "4.1.6", "description": "A fetcher for git-hosted packages", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "scripts": { "_test": "jest", "test": "pnpm run compile && pnpm run _test", "lint": "eslint src/**/*.ts test/**/*.ts", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher", "engines": { "node": ">=12.17" }, "keywords": [ "pnpm6", "pnpm", "fetcher" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher#readme", "dependencies": { "@pnpm/fetcher-base": "workspace:11.0.3", "@pnpm/prepare-package": "workspace:1.0.4", "@zkochan/rimraf": "^2.1.1", "execa": "npm:safe-execa@^0.1.1" }, "devDependencies": { "@pnpm/cafs": "workspace:3.0.7", "@pnpm/package-store": "workspace:12.0.15", "@pnpm/types": "workspace:7.4.0", "p-defer": "^3.0.0", "tempy": "^1.0.0" }, "funding": "https://opencollective.com/pnpm" }