Files
pnpm/packages/git-fetcher/package.json
2020-03-16 02:16:53 +02:00

43 lines
1.2 KiB
JSON

{
"name": "@pnpm/git-fetcher",
"version": "2.0.10",
"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": {
"@zkochan/rimraf": "1.0.0",
"dint": "4.0.0",
"execa": "4.0.0",
"path-temp": "2.0.0"
},
"devDependencies": {
"@pnpm/git-fetcher": "link:",
"tempy": "0.4.0"
}
}