Files
pnpm/package.json
2017-09-15 01:49:15 +03:00

65 lines
1.6 KiB
JSON

{
"name": "pnpm-default-reporter",
"version": "0.9.3",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"bin": "lib/bin/pnpm-default-reporter.js",
"scripts": {
"prepare": "cd test && pnpm install",
"lint": "tslint -c tslint.json --project .",
"test": "npm run lint && cd test && npm t",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/pnpm-reporter-default.git"
},
"keywords": [
"pnpm-reporter"
],
"author": "Zoltan Kochan",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm-reporter-default/issues"
},
"homepage": "https://github.com/pnpm/pnpm-reporter-default#readme",
"peerDependencies": {
"pnpm-logger": "^0.6.2"
},
"dependencies": {
"@types/chalk": "^0.4.31",
"@types/common-tags": "^1.2.5",
"@types/node": "^7.0.0",
"@types/ramda": "^0.24.9",
"chalk": "^2.1.0",
"common-tags": "^1.4.0",
"log-update": "^2.0.0",
"ndjson": "^1.5.0",
"pretty-bytes": "^4.0.2",
"ramda": "^0.24.1",
"xstream": "^10.9.0"
},
"devDependencies": {
"commitizen": "^2.9.5",
"ghooks": "^2.0.0",
"pnpm-logger": "^0.6.2",
"rimraf": "^2.5.4",
"tslint": "^4.3.1",
"typescript": "^2.1.5",
"validate-commit-msg": "^2.8.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
}
}
}