-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 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
44
45
46
47
48
49
{
"name": "@mediacodex/api-core",
"version": "1.0.0",
"description": "Core Microservice",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/mediacodex/api/core.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://gitlab.com/mediacodex/api/core/-/issues"
},
"homepage": "https://gitlab.com/mediacodex/api/core",
"engines": {
"node": ">= 18.18.0",
"npm": ">= 9.8.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.123",
"@types/luxon": "^3.3.2",
"@types/mime": "^3.0.2",
"@types/node": "^20.8.2",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.427.0",
"@aws-sdk/client-dynamodb": "^3.425.0",
"@aws-sdk/client-s3": "^3.427.0",
"@aws-sdk/client-secrets-manager": "^3.427.0",
"@aws-sdk/client-sqs": "^3.427.0",
"@aws-sdk/client-ssm": "^3.427.0",
"@aws-sdk/lib-dynamodb": "^3.425.0",
"@aws-sdk/lib-storage": "^3.427.0",
"@aws-sdk/s3-request-presigner": "^3.427.0",
"@aws-sdk/signature-v4-multi-region": "^3.425.0",
"@middy/core": "^4.6.4",
"@middy/http-error-handler": "^4.6.4",
"@middy/http-json-body-parser": "^4.6.4",
"@middy/http-response-serializer": "^4.6.4",
"@middy/input-output-logger": "^4.6.4",
"luxon": "^3.4.3",
"mime": "^3.0.0"
}
}