-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "@soliantconsulting/bitbucket-openid-connect",
"version": "1.2.0",
"description": "BitBucket OpenID Connect CDK template for Soliant Consulting projects",
"type": "module",
"author": "Soliant Consulting",
"license": "MIT",
"bin": {
"bitbucket-openid-connect": "./dist/cli.js"
},
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"format": "biome format . --write",
"check": "biome check . --apply"
},
"devDependencies": {
"@biomejs/biome": "1.5.2",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.12",
"lefthook": "^1.10.4",
"typescript": "^5.7.3"
},
"dependencies": {
"@aws-cdk/cli-lib-alpha": "2.175.1-alpha.0",
"@aws-sdk/client-cloudformation": "^3.726.1",
"aws-cdk": "^2.175.1",
"aws-cdk-lib": "^2.175.1",
"commander": "^11.1.0",
"constructs": "^10.4.2"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}