forked from awslabs/cognito-at-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
42
43
44
45
46
47
48
{
"name": "cognito-at-edge",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/cognito-at-edge"
},
"description": "Cognito authentication made easy to protect your website with CloudFront and Lambda@Edge.",
"author": "AWS Builder Labs <[email protected]>",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"test": "jest --coverage"
},
"dependencies": {
"aws-jwt-verify": "^2.1.1",
"axios": "^0.25.0",
"pino": "^8.14.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.89",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^7.32.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"aws",
"cognito",
"userpool",
"cloudfront",
"lambda",
"edge",
"private",
"website"
]
}