Files
pnpm/package.json
2017-11-10 22:31:14 +02:00

80 lines
2.0 KiB
JSON

{
"name": "pnpm-default-reporter",
"version": "0.10.0",
"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 tsc && preview && ts-node test",
"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.7.0"
},
"dependencies": {
"@types/common-tags": "^1.2.5",
"@types/node": "^8.0.44",
"@types/ramda": "^0.24.17",
"chalk": "^2.2.0",
"common-tags": "^1.4.0",
"log-update": "^2.0.0",
"ndjson": "^1.5.0",
"pretty-bytes": "^4.0.2",
"ramda": "^0.25.0",
"stacktracey": "^1.0.71",
"xstream": "^11.0.0"
},
"devDependencies": {
"@pnpm/logger": "^1.0.0",
"@types/tape": "^4.2.30",
"commitizen": "^2.9.5",
"ghooks": "^2.0.0",
"mos-tap-diff": "^1.0.0",
"normalize-newline": "^3.0.0",
"package-preview": "^0.1.3",
"rimraf": "^2.5.4",
"supi": "^0.7.0",
"tape": "^4.8.0",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"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"
}
}
}