@rushstack/stream-collator
Version:
Display intelligible realtime output from concurrent processes
26 lines • 743 B
JSON
{
"name": "@rushstack/stream-collator",
"version": "4.1.102",
"description": "Display intelligible realtime output from concurrent processes",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "libraries/stream-collator"
},
"main": "lib/index.js",
"typings": "dist/stream-collator.d.ts",
"license": "MIT",
"dependencies": {
"@rushstack/node-core-library": "5.13.1",
"@rushstack/terminal": "0.15.3"
},
"devDependencies": {
"@rushstack/heft": "0.73.5",
"local-node-rig": "1.0.0"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}