mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 16:52:13 -05:00
47 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|