{ "name": "@pnpm/git-resolver", "version": "4.0.0", "description": "Resolver for git-hosted packages", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=10" }, "scripts": { "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "tsc": "rimraf lib && tsc", "test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", "prepublishOnly": "pnpm run tsc", "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-resolver", "keywords": [ "pnpm", "resolver", "npm" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/git-resolver#readme", "dependencies": { "@pnpm/fetch": "workspace:1.0.1", "@pnpm/resolver-base": "workspace:5.0.0", "graceful-git": "2.0.0", "hosted-git-info": "3.0.2", "semver": "6.3.0" }, "devDependencies": { "@pnpm/git-resolver": "link:", "@types/is-windows": "0.2.0", "@types/semver": "^6.2.0", "is-windows": "1.0.2", "rimraf": "3.0.0", "tape": "4.11.0" } }