-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.75 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@soliantconsulting/starter-lib",
"version": "2.2.0",
"description": "Support lib for Soliant Consulting starters",
"repository": {
"type": "git",
"url": "https://github.com/soliantconsulting/starter-lib.git"
},
"type": "module",
"author": "Soliant Consulting",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist/**/*"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"scripts": {
"build": "tsc",
"format": "biome format . --write",
"check": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.12.0",
"@types/semver": "^7.7.1",
"aws-cdk-lib": "^2.241.0",
"constructs": "^10.5.1",
"lefthook": "^1.13.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@aws-cdk/toolkit-lib": "^1.17.0",
"@aws-sdk/client-cloudformation": "^3.1003.0",
"@aws-sdk/client-sts": "^3.1003.0",
"@listr2/prompt-adapter-enquirer": "^3.0.5",
"@soliantconsulting/bitbucket-cloud-cli-auth": "^2.0.0",
"change-case": "^5.4.4",
"enquirer": "^2.4.1",
"execa": "^9.6.1",
"liquidjs": "^10.24.0",
"listr2": "^9.0.5",
"meow": "^13.2.0",
"semver": "^7.7.4",
"wildcard-match": "^5.1.4",
"zod": "^4.3.6"
},
"peerDependencies": {
"aws-cdk-lib": "^2.188.0"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}