mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/git-fetcher",
|
|
"version": "4.1.10",
|
|
"description": "A fetcher for git-hosted packages",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"keywords": [
|
|
"pnpm6",
|
|
"pnpm",
|
|
"fetcher"
|
|
],
|
|
"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:11.1.1",
|
|
"@pnpm/prepare-package": "workspace:1.0.7",
|
|
"@zkochan/rimraf": "^2.1.1",
|
|
"execa": "npm:safe-execa@^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/cafs": "workspace:3.0.9",
|
|
"@pnpm/package-store": "workspace:12.1.3",
|
|
"@pnpm/types": "workspace:7.6.0",
|
|
"p-defer": "^3.0.0",
|
|
"tempy": "^1.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|