-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 1.98 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@ehmicky/eslint-config",
"version": "20.0.21",
"type": "module",
"exports": {
".": "./eslint.config.js"
},
"main": "./eslint.config.js",
"files": [
"eslint.config.js"
],
"scripts": {
"test": "gulp test"
},
"description": "ESLint configuration for my own projects",
"keywords": [
"eslint",
"eslintconfig",
"standard",
"standard style",
"JavaScript Standard Style",
"lint",
"config",
"configuration",
"strict",
"modern",
"modularity",
"functional",
"fp"
],
"license": "Apache-2.0",
"homepage": "https://www.github.com/ehmicky/eslint-config",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/eslint-config.git"
},
"bugs": {
"url": "https://github.com/ehmicky/eslint-config/issues"
},
"author": "ehmicky <[email protected]> (https://github.com/ehmicky)",
"directories": {
"lib": "src"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^3.0.28",
"@ehmicky/prettier-config": "^1.0.4",
"nano-spawn": "^0.2.0"
},
"peerDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/markdown": "^6.2.1",
"@stylistic/eslint-plugin-js": "^2.12.1",
"@stylistic/eslint-plugin-plus": "^2.12.1",
"@stylistic/eslint-plugin-ts": "^2.12.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-ava": "^15.0.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prefer-arrow-functions": "^3.6.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"typescript-eslint": "^8.19.1"
},
"engines": {
"node": ">=18.18.0"
}
}