-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 909 Bytes
/
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
{
"name": "examples",
"version": "0.0.1",
"description": "Examples for the lib",
"packageManager": "[email protected]",
"scripts": {},
"author": "flaviostutz",
"license": "MIT",
"devDependencies": {
"@stutzlab/eslint-config": "^3.1.1",
"@tsconfig/node20": "^20.1.4",
"@types/aws-lambda": "^8.10.131",
"@types/jest": "^29.4.0",
"@types/node": "^20.14.8",
"aws-cdk": "^2.155.0",
"aws-sdk-client-mock": "^3.0.1",
"esbuild-jest": "^0.5.0",
"eslint": "^8.56.0",
"jest": "^29.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.0.0",
"aws-cdk-lib": "^2.155.0",
"aws-lambda": "^1.0.7",
"cdk-practical-constructs": "file:../lib/dist/cdk-practical-constructs-0.0.1.tgz",
"constructs": "^10.3.0",
"esbuild": "^0.19.11",
"openapi3-ts": "^4.2.1",
"zod": "^3.23.8"
}
}