-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 921 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
{
"name": "@lmc-eu/eslint-config-typescript",
"description": "LMC's ESLint config for TypeScript projects",
"version": "2.1.4",
"keywords": [
"config",
"eslint",
"typescript",
"LMC"
],
"author": "Tomáš Litera <[email protected]>",
"homepage": "https://github.com/lmc-eu/code-quality-tools#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "^16 || ^18 || >=20"
},
"repository": {
"type": "git",
"url": "git://github.com/lmc-eu/code-quality-tools.git"
},
"bugs": {
"url": "https://github.com/lmc-eu/code-quality-tools/issues"
},
"main": "index.js",
"dependencies": {
"@lmc-eu/eslint-config-base": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-import-resolver-typescript": "^3.2.7"
},
"peerDependencies": {
"eslint": "^8"
}
}