@allma/core-cdk
Version:
Core AWS CDK constructs for deploying the Allma serverless AI orchestration platform.
72 lines • 1.65 kB
JSON
{
"name": "@allma/core-cdk",
"version": "1.0.24",
"description": "Core AWS CDK constructs for deploying the Allma serverless AI orchestration platform.",
"main": "dist/lib/allma-stack.js",
"types": "dist/lib/allma-stack.d.ts",
"type": "module",
"files": [
"dist/",
"dist-logic/",
"bin/",
"lib/",
"config/"
],
"scripts": {
"build": "tsc",
"cdk": "cdk",
"lint": "eslint ."
},
"author": "@webjema",
"license": "Apache-2.0",
"homepage": "https://docs.allma.dev",
"repository": {
"type": "git",
"url": "https://github.com/ALLMA-dev/allma-core.git",
"directory": "packages/core-cdk"
},
"keywords": [
"allma",
"cdk",
"aws",
"iac",
"serverless",
"orchestration",
"ai",
"step-functions"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@allma/core-types": "^1.0.13",
"@allma/core-sdk": "^1.0.5",
"@langchain/google-vertexai": "^0.1.3",
"@google/genai": "^1.28.0",
"adm-zip": "^0.5.16",
"aws-cdk-lib": "^2.130.0",
"axios": "^1.7.2",
"constructs": "^10.3.0",
"handlebars": "^4.7.8",
"postal-mime": "^2.6.0",
"date-fns": "^4.1.0",
"js-tiktoken": "^1.0.21",
"jsonpath-plus": "^10.3.0",
"jsonrepair": "^3.13.1",
"uuid": "^13.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"aws-cdk": "^2.130.0",
"eslint": "^9.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.0.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.130.0",
"constructs": "^10.3.0",
"zod": "^3.22.4"
}
}