-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
43 lines (43 loc) · 908 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
{
"name": "gardener-dashboard",
"description": "Gardener Dashboard",
"private": true,
"workspaces": [
"frontend",
"backend",
"packages/*",
"charts"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/gardener/dashboard.git",
"directory": "."
},
"contributors": [
"Gross, Lukas <[email protected]>",
"Koser, Holger <[email protected]>",
"Sutter, Peter <[email protected]>"
],
"dependenciesMeta": {
"deasync": {
"built": false
},
"fsevents": {
"built": false
}
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"eslint": "^9.11.0",
"jest": "^29.7.0",
"node-gyp": "latest"
},
"bin": {
"update-prod-install": "./scripts/update-prod-install.cjs"
},
"packageManager": "[email protected]",
"engines": {
"node": "^22.7.0"
}
}