-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 943 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
{
"name": "@strv/eslint-config-mocha",
"description": "STRV's ESLint config for projects using Mocha as test runner",
"version": "4.0.0",
"author": "Robert Rossmann <[email protected]>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
},
"contributors": [
"Pavel Prichodko <[email protected]>",
"Danny Kijkov <[email protected]>"
],
"dependencies": {
"@strv/eslint-config-base": "^4.0.0",
"eslint-plugin-import": "^2.27.0",
"eslint-plugin-mocha": "^10.1.0"
},
"engines": {
"node": ">=20"
},
"type": "module",
"exports": {
".": "./index.mjs"
},
"keywords": [
"config",
"eslint",
"mocha",
"strv"
],
"license": "BSD-3-Clause",
"peerDependencies": {
"eslint": "^8"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/strvcom/code-quality-tools.git"
}
}