Files
pnpm/package.json
2018-01-15 22:22:17 +02:00

86 lines
2.1 KiB
JSON

{
"name": "pnpm-default-reporter",
"version": "0.11.7",
"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": {
"lint": "tslint -c tslint.json --project .",
"pretty-test": "ts-node test | tap-diff",
"test": "npm run lint && npm run just-test",
"just-test": "preview && ts-node test --type-check",
"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": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm-reporter-default/issues"
},
"homepage": "https://github.com/pnpm/pnpm-reporter-default#readme",
"peerDependencies": {
"supi": ">=0.8.0 <0.12.0"
},
"dependencies": {
"@types/common-tags": "^1.2.5",
"@types/node": "^9.3.0",
"@types/ramda": "^0.25.6",
"@types/semver": "^5.4.0",
"chalk": "^2.2.0",
"common-tags": "^1.4.0",
"log-update": "^2.3.0",
"most": "^1.7.2",
"most-last": "^1.0.0",
"ndjson": "^1.5.0",
"pretty-bytes": "^4.0.2",
"ramda": "^0.25.0",
"semver": "^5.4.1",
"stacktracey": "^1.2.87",
"zen-push": "^0.2.1"
},
"devDependencies": {
"@pnpm/logger": "^1.0.0",
"@types/tape": "^4.2.30",
"commitizen": "^2.9.5",
"delay": "^2.0.0",
"ghooks": "^2.0.0",
"mos-tap-diff": "^1.0.0",
"normalize-newline": "^3.0.0",
"package-preview": "^1.0.0",
"rimraf": "^2.5.4",
"supi": "^0.11.0",
"tape": "^4.8.0",
"ts-node": "^4.0.2",
"tslint": "^5.7.0",
"typescript": "^2.6.2",
"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"
}
}
}