{ "name": "@pnpm/git-resolver", "version": "2.0.0", "description": "Resolver for git-hosted packages", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=8" }, "scripts": { "lint": "tslint -c tslint.json --project .", "tsc": "rimraf lib && tsc", "test": "npm run tsc && npm run lint && ts-node test --type-check && mos t", "md": "mos", "prepublishOnly": "npm run tsc", "fix": "tslint -c tslint.json --project . --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": "1.0.0", "@pnpm/resolver-base": "3.0.0", "@types/node": "*", "@types/semver": "5.5.0", "graceful-git": "2.0.0", "hosted-git-info": "2.7.1", "semver": "5.6.0" }, "devDependencies": { "@pnpm/git-resolver": "link:", "@pnpm/tslint-config": "0.0.0", "@types/is-windows": "0.2.0", "@types/tape": "^4.2.31", "is-windows": "1.0.2", "mos": "^2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "rimraf": "^2.6.2", "tape": "4.10.1", "ts-node": "8.0.3", "tslint": "5.14.0", "typescript": "3.3.3333" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } } }