{ "name": "@pnpm/git-resolver", "version": "1001.1.0", "description": "Resolver for git-hosted packages", "keywords": [ "pnpm", "pnpm10", "npm", "resolver" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/resolving/git-resolver", "homepage": "https://github.com/pnpm/pnpm/blob/main/resolving/git-resolver#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", "compile": "tsc --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/fetch": "workspace:*", "@pnpm/resolver-base": "workspace:*", "graceful-git": "catalog:", "hosted-git-info": "catalog:", "semver": "catalog:" }, "devDependencies": { "@pnpm/git-resolver": "workspace:*", "@pnpm/network.agent": "catalog:", "@types/hosted-git-info": "catalog:", "@types/is-windows": "catalog:", "@types/semver": "catalog:", "is-windows": "catalog:" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" } }