-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 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
39
40
41
42
43
{
"name": "aws-user-service",
"version": "0.0.0",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"jest": "^29.4.3",
"nodemon": "^2.0.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.454.0",
"@aws-sdk/client-cognito-identity-provider": "^3.454.0",
"@aws-sdk/client-servicediscovery": "^3.731.1",
"@godaddy/terminus": "^4.11.2",
"aws-xray-sdk": "^3.10.2",
"cls-hooked": "^4.2.2",
"cookie-parser": "^1.4.6",
"express": "^5.0.1",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.1.0",
"uuid": "^11.0.2",
"winston": "^3.3.3"
},
"scripts": {
"start": "tsc -w --preserveWatchOutput & nodemon -q -w dist dist/index.js",
"build": "ENV=PRODUCTION tsc",
"lint": "eslint . --ext .ts",
"test": "jest"
},
"packageManager": "yarn@4.6.0"
}