mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-01 04:28:48 -04:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "pnpm-default-reporter",
|
|
"version": "0.7.1",
|
|
"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": {
|
|
"test": "tslint -c tslint.json --project .",
|
|
"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",
|
|
"dependencies": {
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/node": "^7.0.0",
|
|
"chalk": "^1.1.3",
|
|
"common-tags": "^1.4.0",
|
|
"log-update": "^2.0.0",
|
|
"ndjson": "^1.5.0",
|
|
"pnpm-logger": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.9.5",
|
|
"ghooks": "^2.0.0",
|
|
"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"
|
|
}
|
|
}
|
|
}
|