Files
pnpm/packages/git-fetcher/package.json
2021-04-28 22:49:47 +03:00

46 lines
1.2 KiB
JSON

{
"name": "@pnpm/git-fetcher",
"version": "4.1.1",
"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 && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher",
"engines": {
"node": ">=12.17"
},
"keywords": [
"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.0.0",
"@pnpm/prepare-package": "workspace:1.0.0",
"@zkochan/rimraf": "^2.1.1",
"execa": "^5.0.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:3.0.3",
"@pnpm/package-store": "workspace:12.0.5",
"@pnpm/types": "workspace:7.1.0",
"p-defer": "^3.0.0",
"tempy": "^1.0.0"
},
"funding": "https://opencollective.com/pnpm"
}