-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1005 Bytes
/
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
{
"name": "@aligent/cdk-geoip-redirect",
"version": "0.1.0",
"description": "A Cloudfront Lambda@Edge stack for performing redirection based on CloudFront-Viewer-Country",
"main": "index.js",
"scripts": {
"build": "tsc && cd ./lib/handlers && npm ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aligent/aws-cdk-prerender-proxy-stack.git"
},
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/aligent/aws-cdk-prerender-proxy-stack/issues"
},
"homepage": "https://github.com/aligent/aws-cdk-prerender-proxy-stack#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.122",
"@types/jest": "^29.5.10",
"@types/node": "20.6.3",
"aws-cdk": "2.113.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.3.2"
},
"dependencies": {
"@aligent/cdk-esbuild": "^2.0",
"aws-cdk-lib": "2.113.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
}