Files
pnpm/packages/git-resolver/package.json
2019-03-06 20:43:30 +02:00

66 lines
1.6 KiB
JSON

{
"name": "@pnpm/git-resolver",
"version": "1.0.1",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"test": "npm run tsc && npm run lint && ts-node test --type-check && mos t",
"md": "mos",
"prepublishOnly": "npm run tsc",
"fix": "tslint -c tslint.json --project . --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-resolver",
"keywords": [
"pnpm",
"resolver",
"npm"
],
"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-resolver#readme",
"dependencies": {
"@pnpm/resolver-base": "^2.0.0",
"@types/node": "^10.0.6",
"@types/node-fetch": "^2.1.6",
"@types/semver": "^5.5.0",
"graceful-git": "^2.0.0",
"hosted-git-info": "^2.7.0",
"node-fetch": "^2.3.0",
"semver": "^5.5.0"
},
"devDependencies": {
"@pnpm/git-resolver": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/is-windows": "0.2.0",
"@types/tape": "^4.2.31",
"is-windows": "1.0.2",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"rimraf": "^2.6.2",
"tape": "^4.8.0",
"ts-node": "^8.0.2",
"tslint": "^5.8.0",
"typescript": "^3.0.0"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}