-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 927 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
{
"version": "1.0.0-alpha.3",
"exports": "./index.js",
"dependencies": {
"@nightgrey/eslint-config-utils": "^1.0.0-alpha.2"
},
"devDependencies": {
"eslint-config-airbnb-typescript": "^17.0.0",
"globals": "^13.20.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint-plugin-import": "^2.27.5",
"globals": "^13.20.0",
"typescript": "^4 || ^5",
"vitest": "^0.29.7"
},
"name": "@nightgrey/eslint-config-base-typescript",
"type": "commonjs",
"engines": {
"npm": ">= 9",
"node": ">= 18"
},
"keywords": [
"eslint",
"eslintconfig",
"eslint-config",
"eslint-config-nightgrey",
"eslint-config-nightgrey-base",
"typescript"
],
"repository": {
"url": "https://github.com/nightgrey/eslint-config",
"directory": "packages/bases/typescript",
"type": "git"
}
}