Files
pnpm/packages/git-fetcher/package.json
2019-10-19 17:38:04 +03:00

43 lines
1.1 KiB
JSON

{
"name": "@pnpm/git-fetcher",
"version": "2.0.7",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher",
"engines": {
"node": ">=10"
},
"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": "3.2.0",
"path-temp": "2.0.0"
},
"devDependencies": {
"@pnpm/git-fetcher": "link:",
"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "0.3.0"
}
}