-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 896 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
{
"name": "@kubecost/kubecost-eks-blueprints-addon",
"version": "0.1.2",
"description": "Kubecost AddOn for EKS Blueprints",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "jest"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kubecost/kubecost-eks-blueprints-addon.git"
},
"author": "Elena Lape <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kubecost/kubecost-eks-blueprints-addon/issues"
},
"homepage": "https://github.com/kubecost/kubecost-eks-blueprints-addon",
"devDependencies": {
"@types/node": "^16.11.12",
"jest": "^26.6.3",
"typescript": "^4.3.5"
},
"dependencies": {
"@aws-quickstart/eks-blueprints": "latest",
"aws-cdk": "2.17.0",
"constructs": "^10.0.112"
}
}