-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "vfile-reporter-junit",
"version": "7.1.0",
"description": "jUnit reporter for VFile",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint . --ext js,json",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kellyselden/vfile-reporter-junit.git"
},
"author": "Kelly Selden",
"license": "MIT",
"bugs": {
"url": "https://github.com/kellyselden/vfile-reporter-junit/issues"
},
"homepage": "https://github.com/kellyselden/vfile-reporter-junit#readme",
"engines": {
"node": ">=18.12"
},
"dependencies": {
"vfile-to-eslint": "^4.0.0"
},
"peerDependencies": {
"eslint": ">=8"
},
"devDependencies": {
"@kellyselden/node-template": "5.1.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-sane": "^1.0.2",
"eslint-config-sane-node": "^2.0.0",
"eslint-plugin-json-files": "^4.2.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prefer-let": "^4.0.0",
"mocha": "^10.7.0",
"mocha-helpers": "^9.0.1",
"remark": "^15.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"renovate-config-standard": "2.1.2",
"standard-node-template": "6.0.0"
}
}