-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "@datreeio/datree-cdk8s",
"version": "0.0.0-development",
"datree_version": "1.6.37",
"description": "a plugin to validate cdk8s",
"main": "build/index.js",
"scripts": {
"postinstall": "node ./install.js",
"build": "tsc",
"watch": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm run build && semantic-release && npm publish",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"cross-spawn": "^7.0.3",
"extract-zip": "^2.0.1",
"np": "^7.6.2",
"request": "^2.88.2",
"watch": "^1.0.2"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/node": "^14",
"cdk8s": "^2.5.3",
"cdk8s-cli": "^2.1.2",
"cdk8s-plus-22": "^2.0.0-rc.136",
"constructs": "^10.1.119",
"semantic-release": "^19.0.5",
"typescript": "^4.8.3"
},
"engines": {
"node": ">= 14.18.0"
},
"repository": {
"type": "git",
"url": "https://github.com/datreeio/datree-cdk8s.git"
},
"release": {
"branches": [
"main"
]
}
}