-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "@linzjs/topo-workflows",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/linz/topo-workflows.git"
},
"license": "MIT",
"type": "module",
"author": {
"name": "Toitū Te Whenua Land Information New Zealand",
"url": "https://linz.govt.nz",
"organization": true
},
"private": true,
"engines": {
"node": "^24.11.1"
},
"scripts": {
"build": "tsc",
"lint": "npx eslint . --ignore-path .gitignore",
"format": "npx prettier . -w",
"test": "node --test \"infra/**/*.test.ts\" \"templates/common/__test__/*.test.ts\""
},
"devDependencies": {
"@aws-cdk/lambda-layer-kubectl-v33": "^2.0.0",
"@aws-sdk/client-cloudformation": "^3.953.0",
"@aws-sdk/client-eks": "^3.953.0",
"@aws-sdk/client-ssm": "^3.953.0",
"@linzjs/cdk-tags": "^1.9.1",
"@linzjs/style": "^5.4.0",
"@types/node": "^24.10.1",
"aws-cdk": "^2.1034.0",
"aws-cdk-lib": "^2.232.2",
"cdk8s": "^2.70.34",
"cdk8s-cli": "^2.203.7",
"cdk8s-plus-33": "^2.4.11",
"constructs": "^10.3.0",
"tsx": "^4.6.2",
"yaml": "^2.5.1"
}
}