Files
pnpm/packages/git-resolver/package.json
2020-03-16 02:16:53 +02:00

49 lines
1.4 KiB
JSON

{
"name": "@pnpm/git-resolver",
"version": "4.0.10",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=10.13"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/git-resolver/coverage ts-node packages/git-resolver/test --type-check",
"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"
},
"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.3",
"@pnpm/resolver-base": "workspace:7.0.0",
"graceful-git": "3.0.1",
"hosted-git-info": "3.0.4",
"semver": "7.1.3"
},
"devDependencies": {
"@pnpm/git-resolver": "link:",
"@types/hosted-git-info": "3.0.0",
"@types/is-windows": "^1.0.0",
"@types/semver": "^7.1.0",
"is-windows": "1.0.2"
}
}