-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "@aligent/cdk-basic-auth",
"version": "0.3.4",
"description": "A Cloudfront Lambda@Edge stack for performing basic auth protection",
"main": "index.js",
"scripts": {
"build": "tsc && cd ./lib/handlers && npm ci",
"test": "npx nx test basic-auth",
"lint": "npx nx lint basic-auth"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aligent/cdk-constructs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aligent/cdk-constructs/issues"
},
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/basic-auth#readme",
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.4",
"@types/aws-lambda": "^8.10.150",
"@types/jest": "^29.5.10",
"@types/node": "^20.19.37",
"aws-cdk": "^2.1019.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"source-map-support": "^0.5.21"
},
"peerDependencies": {
"aws-cdk-lib": "^2.168.0",
"constructs": "^10.5.0"
}
}