Files
pnpm/packages/git-fetcher/package.json
2019-05-31 03:00:03 +03:00

46 lines
1.1 KiB
JSON

{
"name": "@pnpm/git-fetcher",
"version": "2.0.2",
"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": ">=8.15"
},
"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": {
"dint": "4.0.0",
"execa": "1.0.0",
"path-temp": "2.0.0",
"rimraf-then": "1.0.1"
},
"devDependencies": {
"@pnpm/git-fetcher": "link:",
"rimraf": "2.6.3",
"tape": "4.10.2",
"tempy": "0.3.0",
"ts-node": "8.2.0",
"tslint": "5.17.0",
"typescript": "3.4.5"
}
}