Files
pnpm/packages/default-reporter/package.json
2019-11-14 18:36:18 +02:00

70 lines
1.8 KiB
JSON

{
"name": "@pnpm/default-reporter",
"version": "5.0.3",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"pretty-test": "ts-node test | tap-diff",
"test": "pnpm run lint && pnpm run just-test",
"just-test-preview": "ts-node test --type-check",
"just-test": "pnpm run tsc && ts-node test --type-check",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter",
"keywords": [
"pnpm-reporter"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"engines": {
"node": ">=10"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"dependencies": {
"@pnpm/config": "workspace:5.0.2",
"@pnpm/core-loggers": "workspace:4.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/types": "workspace:4.0.0",
"@zkochan/zen-push": "1.0.0",
"ansi-diff": "1.1.1",
"chalk": "3.0.0",
"common-tags": "1.8.0",
"most": "1.7.3",
"normalize-path": "3.0.0",
"pretty-bytes": "5.3.0",
"pretty-time": "1.1.0",
"ramda": "0.26.1",
"right-pad": "1.0.1",
"semver": "6.3.0",
"stacktracey": "1.2.122",
"string-length": "3.1.0",
"strip-ansi": "6.0.0"
},
"devDependencies": {
"@pnpm/default-reporter": "link:",
"@pnpm/logger": "3.1.0",
"@types/common-tags": "1.8.0",
"@types/ramda": "0.26.34",
"@types/semver": "^6.2.0",
"delay": "4.3.0",
"ghooks": "2.0.4",
"load-json-file": "6.2.0",
"normalize-newline": "3.0.0",
"rimraf": "3.0.0",
"tape": "4.11.0"
}
}