mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
28 lines
548 B
JSON
28 lines
548 B
JSON
{
|
|
"name": "infra",
|
|
"version": "0.1.0",
|
|
"bin": {
|
|
"infra": "bin/infra.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"test": "jest",
|
|
"cdk": "cdk"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "22.7.9",
|
|
"aws-cdk": "2.165.0",
|
|
"jest": "^29.7.0",
|
|
"json2md": "^2.0.1",
|
|
"ts-jest": "^29.2.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"aws-cdk-lib": "2.165.0",
|
|
"constructs": "^10.0.0",
|
|
"source-map-support": "^0.5.21"
|
|
}
|
|
} |