Files
pnpm/packages/git-fetcher/package.json
2020-05-03 17:44:30 +03:00

46 lines
1.3 KiB
JSON

{
"name": "@pnpm/git-fetcher",
"version": "3.0.0-alpha.2",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"scripts": {
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/git-fetcher/coverage ts-node packages/git-fetcher/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"lint": "tslint -c ../../tslint.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.13"
},
"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:7.0.0-alpha.2",
"@zkochan/rimraf": "1.0.0",
"execa": "4.0.0",
"tempy": "0.5.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:1.0.0-alpha.2",
"@pnpm/git-fetcher": "link:",
"@pnpm/types": "workspace:5.0.0",
"p-defer": "^3.0.0"
},
"funding": "https://opencollective.com/pnpm"
}