Files
pnpm/packages/git-fetcher/package.json
2019-03-18 01:55:53 +02:00

50 lines
1.2 KiB
JSON

{
"name": "@pnpm/git-fetcher",
"version": "2.0.1",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "npm run tsc && npm run lint && ts-node test --type-check",
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher",
"engines": {
"node": ">=8"
},
"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": {
"@types/node": "*",
"dint": "4.0.0",
"execa": "1.0.0",
"path-temp": "1.0.0",
"rimraf-then": "1.0.1"
},
"devDependencies": {
"@pnpm/git-fetcher": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/tape": "^4.2.31",
"@types/tempy": "^0.2.0",
"rimraf": "2.6.3",
"tape": "4.10.1",
"tempy": "0.2.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"typescript": "3.3.3333"
}
}