-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 850 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 850 Bytes
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
{
"name": "simply-readable-cdk",
"version": "2.0.0",
"description": "NDX:Try Simply Readable - Thin ISB wrapper over upstream DocTran constructs",
"main": "bin/app.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk",
"synth": "cd ../.upstream/infrastructure && npx ts-node --prefer-ts-exts --project ../../cdk/tsconfig.json ../../cdk/bin/app.ts"
},
"devDependencies": {
"@types/node": "^20.19.41",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@aws-cdk/aws-cognito-identitypool-alpha": "^2.153.0-alpha.0",
"@types/aws-lambda": "^8.10.161",
"aws-cdk": "^2.1124.1",
"aws-cdk-lib": "^2.257.0",
"awscdk-appsync-utils": "^0.0.858",
"cdk-nag": "2.38.2",
"constructs": "^10.6.0",
"esbuild": "^0.28.0",
"source-map-support": "^0.5.21"
}
}