Files
pnpm/packages/git-resolver/package.json
2021-12-02 16:21:44 +02:00

49 lines
1.3 KiB
JSON

{
"name": "@pnpm/git-resolver",
"version": "5.1.12",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-resolver",
"keywords": [
"pnpm6",
"pnpm",
"resolver",
"npm"
],
"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:4.2.0",
"@pnpm/resolver-base": "workspace:8.1.1",
"graceful-git": "^3.1.2",
"hosted-git-info": "npm:@zkochan/hosted-git-info@^4.0.2",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/hosted-git-info": "^3.0.1",
"@types/is-windows": "^1.0.0",
"@types/semver": "^7.3.4",
"is-windows": "^1.0.2"
},
"funding": "https://opencollective.com/pnpm"
}