Files
pnpm/packages/git-resolver/package.json
2019-08-14 02:01:07 +03:00

48 lines
1.2 KiB
JSON

{
"name": "@pnpm/git-resolver",
"version": "2.0.10",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8.15"
},
"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 <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": "1.0.1",
"@pnpm/resolver-base": "3.1.2",
"graceful-git": "2.0.0",
"hosted-git-info": "2.8.4",
"semver": "6.3.0"
},
"devDependencies": {
"@pnpm/git-resolver": "link:",
"@types/is-windows": "0.2.0",
"@types/semver": "6",
"is-windows": "1.0.2",
"rimraf": "^2.6.2",
"tape": "4.11.0"
}
}