-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 963 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
{
"name": "@terrestris/eslint-config-typescript",
"version": "7.0.0",
"description": "A eslint configuration to use with typescript",
"license": "BSD-2-Clause",
"author": "terrestris GmbH & Co. KG <[email protected]>",
"main": "index.js",
"contributors": [
{
"name": "Kai Volland",
"email": "[email protected]",
"url": "https://github.com/kaivolland"
}
],
"keywords": [
"eslint",
"eslint-config",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/terrestris/eslint-config-typescript"
},
"scripts": {
"release": "np --no-yarn --no-tests"
},
"peerDependencies": {
"@stylistic/eslint-plugin": ">= ~2",
"@typescript-eslint/eslint-plugin": ">= ~8",
"@typescript-eslint/parser": ">= ~8",
"eslint": ">= ~9",
"typescript": ">= ~5"
},
"devDependencies": {
"np": "^10.0.5"
},
"engines": {
"node": ">=18",
"npm": ">=9"
}
}