Files
pnpm/packages/git-fetcher/package.json
2021-01-03 16:23:23 +02:00

45 lines
1.2 KiB
JSON

{
"name": "@pnpm/git-fetcher",
"version": "3.0.12",
"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": "^5.0.0",
"tempy": "^1.0.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:2.0.4",
"@pnpm/types": "workspace:6.3.1",
"p-defer": "^3.0.0"
},
"funding": "https://opencollective.com/pnpm"
}