-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.17 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@wanews/lambda-edge-openid-auth",
"version": "1.1.1",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"build": "nx build",
"test": "nx test",
"lint": "nx lint"
},
"keywords": [
"aws",
"openid-connect"
],
"bugs": {
"url": "https://github.com/sevenwestmedia-labs/lambda-edge-openid-auth/issues"
},
"homepage": "https://github.com/sevenwestmedia-labs/lambda-edge-openid-auth/tree/master/libs/lambda-edge-openid-auth#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sevenwestmedia-labs/lambda-edge-openid-auth.git"
},
"author": "Seven West Media WA",
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"cookie": "^0.6.0",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.6",
"node-fetch": "^3.3.2",
"pino": "^9.3.2",
"query-string": "^9.1.0",
"tslib": "^2.3.0",
"typescript-log": "^2.0.0"
},
"devDependencies": {
"@nx/eslint": "19.6.0",
"@nx/eslint-plugin": "19.6.0",
"@nx/jest": "19.6.0",
"@nx/js": "19.6.0",
"@nx/node": "19.6.0",
"@nx/rollup": "19.6.0",
"@nx/workspace": "19.6.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/aws-lambda": "^8.10.143",
"@types/cookie": "^0.6.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "~18.16.9",
"@types/oidc-provider": "^8.5.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"express": "^4.19.2",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "19.6.0",
"oidc-provider": "^8.5.1",
"prettier": "^2.6.2",
"rollup": "^4.14.0",
"supertest": "^7.0.0",
"supertest-session": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.5.2"
},
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}