-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.52 KB
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
49
50
51
52
53
54
55
56
57
58
{
"name": "crossview-headlamp",
"version": "0.1.0",
"description": "Official Crossview plugin for Headlamp with install, update, and in-app access",
"license": "Apache-2.0",
"author": {
"name": "crossview",
"url": "https://github.com/moeidheidari/crossview-headlamp"
},
"homepage": "https://github.com/moeidheidari/crossview-headlamp",
"repository": {
"type": "git",
"url": "https://github.com/moeidheidari/crossview-headlamp.git"
},
"bugs": {
"url": "https://github.com/moeidheidari/crossview-headlamp/issues"
},
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",
"format": "headlamp-plugin format",
"lint": "headlamp-plugin lint",
"lint-fix": "headlamp-plugin lint --fix",
"package": "headlamp-plugin package",
"tsc": "headlamp-plugin tsc",
"storybook": "headlamp-plugin storybook",
"storybook-build": "headlamp-plugin storybook-build",
"test": "headlamp-plugin test",
"i18n": "headlamp-plugin i18n"
},
"keywords": [
"crossview",
"headlamp",
"headlamp-plugin",
"kubernetes",
"plugin",
"platform-engineering",
"crossplane",
"kubernetes-ui"
],
"publishConfig": {
"access": "public"
},
"prettier": "@headlamp-k8s/eslint-config/prettier-config",
"eslintConfig": {
"extends": [
"@headlamp-k8s",
"prettier",
"plugin:jsx-a11y/recommended"
]
},
"overrides": {
"typescript": "5.6.2"
},
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.13.1"
}
}