mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/git-fetcher",
|
|
"version": "3.0.11",
|
|
"description": "A fetcher for git-hosted packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher",
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"fetcher"
|
|
],
|
|
"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-fetcher#readme",
|
|
"dependencies": {
|
|
"@pnpm/fetcher-base": "workspace:9.0.3",
|
|
"@zkochan/rimraf": "^1.0.0",
|
|
"execa": "^4.1.0",
|
|
"tempy": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/cafs": "workspace:2.0.4",
|
|
"@pnpm/git-fetcher": "link:",
|
|
"@pnpm/types": "workspace:6.3.1",
|
|
"p-defer": "^3.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|