-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.08 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
{
"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": "^20.13.1"
},
"scripts": {
"build": "tsc",
"lint": "npx eslint . --ignore-path .gitignore",
"format": "npx prettier . -w",
"test": "node --import tsx --test infra/**/*.test.ts templates/common/__test__/*.test.ts"
},
"devDependencies": {
"@aws-cdk/lambda-layer-kubectl-v30": "^2.0.1",
"@aws-sdk/client-cloudformation": "3.658.1",
"@aws-sdk/client-eks": "3.658.1",
"@aws-sdk/client-ssm": "3.658.1",
"@linzjs/style": "^5.4.0",
"@types/node": "^22.7.3",
"aws-cdk": "2.160.x",
"aws-cdk-lib": "2.160.x",
"cdk8s": "^2.69.5",
"cdk8s-cli": "^2.198.228",
"cdk8s-plus-30": "^2.2.5",
"constructs": "^10.3.0",
"tsx": "^4.6.2",
"yaml": "^2.5.1"
}
}