Files
pnpm/package.json
2017-01-15 01:54:00 +02:00

54 lines
1.3 KiB
JSON

{
"name": "pnpm-reporter-default",
"version": "0.0.0",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"bin": "lib/bin/pnpm-reporter-default.js",
"scripts": {
"test": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"prepublish": "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/node": "^7.0.0",
"chalk": "^1.1.3",
"ndjson": "^1.5.0",
"observatory": "^1.0.0",
"pnpm-logger": "^0.0.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"
}
}
}