forked from axross/tap-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "tap-diff-alsatian",
"version": "1.0.1",
"description": "The most human-friendly TAP reporter for alsatian",
"main": "./distributions/index.js",
"bin": {
"tap-diff-alsatian": "./distributions/cli.js"
},
"scripts": {
"babel": "babel ./sources --out-dir ./distributions --plugins=@babel/plugin-transform-modules-commonjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"diff": "^5.0.0",
"duplexer": "^0.1.1",
"figures": "^3.2.0",
"jsondiffpatch": "^0.4.1",
"pretty-ms": "^7.0.1",
"tap-parser": "^10.1.0",
"through2": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-transform-modules-commonjs": "^7.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lukinoh/tap-diff-alsatian"
},
"bugs": {
"url": "https://github.com/Lukinoh/tap-diff-alsatian/issues"
},
"homepage": "https://github.com/Lukinoh/tap-diff-alsatian#readme",
"keywords": [
"tap",
"tape",
"ava",
"test",
"reporter",
"diff"
]
}