generated from technologiestiftung/template-repo-citylab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 937 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
42
43
44
45
46
47
48
{
"name": "@technologiestiftung/eslint-config",
"version": "0.3.1",
"description": "ESLint shareable config for @technologiestiftung",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint .",
"test": "ava"
},
"files": [
"index.js",
"README.md",
"LICENSE",
"package.json"
],
"keywords": [
"eslint",
"eslintconfig"
],
"author": "ff6347 <[email protected]>",
"license": "MIT",
"peerDependencies": {
"eslint": ">= 9.0.0"
},
"ava": {
"files": [
"test/*.test.mjs"
]
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@eslint/js": "9.12.0",
"typescript-eslint": "8.9.0"
},
"devDependencies": {
"@technologiestiftung/semantic-release-config": "1.2.4",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"ava": "6.1.3",
"eslint": "9.4.0",
"prettier": "3.3.3",
"semantic-release": "24.1.2",
"typescript": "5.4.5"
}
}