-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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": "vfile-reporter-junit",
"version": "8.0.0",
"description": "jUnit reporter for VFile",
"homepage": "https://github.com/kellyselden/vfile-reporter-junit#readme",
"bugs": {
"url": "https://github.com/kellyselden/vfile-reporter-junit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kellyselden/vfile-reporter-junit.git"
},
"license": "MIT",
"author": "Kelly Selden",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint",
"test": "mocha"
},
"dependencies": {
"eslint-formatter-junit": "^8.40.0",
"vfile-to-eslint": "^4.0.0"
},
"devDependencies": {
"@kellyselden/eslint-config": "^1.0.0",
"@kellyselden/node-template": "6.11.1",
"chai": "^4.5.0",
"eslint": "^9.34.0",
"mocha": "^11.7.1",
"mocha-helpers": "^10.2.1",
"remark": "^15.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"renovate-config-standard": "2.4.2",
"standard-node-template": "7.2.0"
},
"peerDependencies": {
"eslint": ">=8"
},
"engines": {
"node": ">=20.9"
}
}