-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.21 KB
/
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
49
50
51
{
"name": "@kubecost/kubecost-lens-extension",
"version": "0.0.4",
"author": "Kubecost <[email protected]> (https://kubecost.com)",
"maintainers": [
{
"name": "AjayTripathy",
"email": "[email protected]"
}
],
"description": "Kubecost extension: Kubernetes cost monitoring",
"repository": {
"type": "git",
"url": "https://github.com/kubecost/kubecost-lens-extension",
"directory": "."
},
"engines": {
"lens": "^6.0.0"
},
"main": "dist/main.js",
"renderer": "dist/renderer.js",
"scripts": {
"start": "webpack --watch",
"build": "npm run clean && webpack",
"clean": "rm -rf ./dist"
},
"dependencies": {
"react-open-doodles": "^1.0.5"
},
"devDependencies": {
"@k8slens/extensions": "^6.0.1",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"@types/react": "^18.0.18",
"@types/node": "^18.7.16",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
},
"license": "MIT",
"homepage": "https://github.com/kubecost/kubecost-lens-extension",
"bugs": {
"url": "https://github.com/kubecost/kubecost-lens-extension/issues"
},
"keywords": [
"kubecost",
"cost",
"finops",
"monitoring",
"cost monitoring"
]
}