-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 861 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
34
35
36
37
{
"name": "opensearch-bedrock-rag-cdk",
"version": "0.1.0",
"bin": {
"opensearch-bedrock-rag-cdk": "bin/opensearch-bedrock-rag-cdk.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.12.7",
"aws-cdk": "2.147.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"dependencies": {
"@aws-quickstart/eks-blueprints": "^1.15.1",
"aws-cdk-lib": "2.147.3",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
},
"description": "This is a blank project for CDK development with TypeScript.",
"main": "jest.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [],
"author": "",
"license": "ISC"
}