Files
pnpm/packages/git-resolver/package.json
2020-01-31 21:45:56 +02:00

47 lines
1.3 KiB
JSON

{
"name": "@pnpm/git-resolver",
"version": "4.0.6",
"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 && 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 <z@kochan.io> (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.2",
"@pnpm/resolver-base": "workspace:7.0.0",
"graceful-git": "3.0.1",
"hosted-git-info": "3.0.2",
"semver": "7.1.2"
},
"devDependencies": {
"@pnpm/git-resolver": "link:",
"@types/hosted-git-info": "2.7.0",
"@types/is-windows": "^1.0.0",
"@types/semver": "^7.1.0",
"is-windows": "1.0.2"
}
}