forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 753 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@microsoft/stream-collator",
"version": "3.1.7",
"description": "Display intelligible realtime output from your asynchronous streams",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/stream-collator"
},
"main": "lib/index.js",
"typings": "dist/stream-collator.d.ts",
"scripts": {
"build": "gulp test --clean"
},
"license": "MIT",
"dependencies": {
"colors": "~1.2.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "8.10.54",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"mocha": "^5.2.0",
"@microsoft/node-library-build": "6.3.0"
}
}