-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 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
50
51
{
"name": "@mediacodex/api-companies",
"version": "1.0.0",
"description": "API Microservice for companies",
"repository": {
"type": "git",
"url": "git+https://github.com/mediacodex/api-companies.git"
},
"author": "DeltaByte (https://github.com/DeltaByte)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mediacodex/api-companies/issues"
},
"homepage": "https://github.com/mediacodex/api-companies#readme",
"engines": {
"node": ">= 18.18.0",
"npm": ">= 9.8.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.123",
"@types/http-errors": "^2.0.2",
"@types/leo-profanity": "^1.5.1",
"@types/luxon": "^3.3.2",
"@types/nanoid-dictionary": "^4.2.1",
"@types/node": "^20.8.2",
"@types/uuid": "^9.0.4",
"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-dynamodb": "^3.425.0",
"@aws-sdk/lib-dynamodb": "^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",
"@middy/validator": "^4.6.4",
"http-errors": "^2.0.0",
"leo-profanity": "^1.7.0",
"luxon": "^3.4.3",
"nanoid": "^5.0.1",
"nanoid-dictionary": "^4.3.0",
"uuid": "^9.0.1",
"yup": "^1.3.2"
}
}