-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.13 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "suman-r",
"version": "0.0.1005",
"description": "Suman reporter CLI / writable pipe",
"bin": {
"suman-r": "cli/cli.js",
"suman-refine": "cli/cli.js",
"suman+": "cli/cli.js",
"suman-r-inspect": "cli/inspect.sh"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "suman test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumanjs/suman-r.git"
},
"keywords": [
"suman",
"sumanjs",
"testing",
"tap",
"TAP",
"streaming",
"pipe",
"text"
],
"author": "Olegzandr VD",
"license": "MIT",
"bugs": {
"url": "https://github.com/sumanjs/suman-r/issues"
},
"homepage": "https://github.com/sumanjs/suman-r#readme",
"dependencies": {
"chalk": "^2.4.1",
"dashdash": "^1.14.1",
"json-stdio": "latest",
"lodash": "^4.17.4",
"residence": "latest",
"suman-events": "latest",
"suman-reporters": "latest",
"suman-utils": "latest",
"tap-json-parser": "latest"
},
"devDependencies": {
"@types/lodash": "^4.14.85",
"@types/node": "^8.0.28"
}
}