forked from appliedblockchain/eslint-config
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@beyonk/eslint-config",
"version": "10.0.7",
"description": "Eslint config for beyonk",
"main": "index.js",
"scripts": {
"test": "eslint -c _self-lint.js .",
"test:ci": "pnpm test --format junit -o reports/junit/eslint-results.xml"
},
"repository": "https://github.com/beyonk/eslint-config.git",
"keywords": [
"eslint",
"config",
"eslint-config",
"beyonk"
],
"author": "Beyonk",
"license": "MIT",
"bugs": {
"url": "https://github.com/beyonk/eslint-config/issues"
},
"homepage": "https://github.com/beyonk/eslint-config#readme",
"dependencies": {
"@eslint/js": "^9.39.4",
"@vitest/eslint-plugin": "^1.6.17",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-svelte": "^3.17.1",
"globals": "^16.5.0",
"neostandard": "^0.12.2",
"svelte": "^5.55.8"
},
"devDependencies": {
"eslint": "^9.39.4",
"eslint-formatter-junit": "^8.40.0"
},
"peerDependencies": {
"eslint": "^9.21.0"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d",
"type": "module",
"exports": {
"./recommended": "./default.js",
"./mocha": "./mocha.js",
"./node": "./node.js",
"./vitest": "./vitest.js",
"./svelte": "./svelte.js",
"./constants": "./constants.js"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.14.1",
"onFail": "download"
}
},
"engines": {
"node": "24.14.1"
}
}