forked from sindresorhus/eslint-formatter-pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 902 Bytes
/
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
{
"name": "vfile-reporter-shiny",
"version": "1.0.1",
"description": "Shiny reporter for vfile",
"license": "MIT",
"repository": "vweevers/vfile-reporter-shiny",
"author": "Vincent Weevers",
"type": "module",
"exports": "./index.js",
"scripts": {
"test": "standard && ava && hallmark"
},
"files": [
"index.js",
"CHANGELOG.md"
],
"keywords": [
"vfile",
"vfile-reporter",
"formatter",
"reporter",
"lint",
"validate"
],
"dependencies": {
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.0",
"eslint-rule-docs": "^1.1.5",
"markdown-to-ansi": "^1.0.0",
"plur": "^5.0.0",
"string-width": "^5.0.1",
"supports-hyperlinks": "^2.0.0",
"unist-util-stringify-position": "^3.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"hallmark": "^4.0.0",
"standard": "^16.0.3",
"strip-ansi": "^7.0.1"
},
"ava": {
"serial": true
},
"engines": {
"node": ">=12.20"
}
}