-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 979 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
{
"name": "do-k8s-cdktf",
"version": "1.0.0",
"main": "index.ts",
"types": "index.ts",
"license": "MIT",
"private": true,
"scripts": {
"get": "./node_modules/.bin/cdktf get",
"synth": "./node_modules/.bin/cdktf synth",
"diff": "./node_modules/.bin/cdktf diff",
"cdktf": "./node_modules/.bin/cdktf",
"version": "./node_modules/.bin/cdktf --version",
"compile": "tsc --pretty",
"watch": "tsc -w",
"upgrade": "npm i cdktf@latest cdktf-cli@latest",
"upgrade:next": "npm i cdktf@next cdktf-cli@next"
},
"dependencies": {
"@cto.ai/sdk": "^2.4.3",
"@skorfmann/terraform-cloud": "^1.15.0",
"cdktf": "^0.18.0",
"cdktf-cli": "^0.18.0",
"constructs": "^10.1.109",
"run": "^1.4.0",
"yargs": "^17.7.2",
"spawn-series": "^0.2.3",
"string-type-convertor": "^1.2.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/node": "^18.7.18",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}