@allma/cdk-integration-utils
Version:
Shared CDK constructs and utilities for integrating external modules with the Allma serverless AI orchestration platform.
50 lines • 1.19 kB
JSON
{
"name": "@allma/cdk-integration-utils",
"version": "1.0.13",
"description": "Shared CDK constructs and utilities for integrating external modules with the Allma serverless AI orchestration platform.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist tsconfig.tsbuildinfo",
"build": "npm run clean && tsc",
"dev": "tsc --watch",
"lint": "eslint ."
},
"keywords": [
"allma",
"cdk",
"constructs",
"aws",
"serverless",
"integration",
"ai",
"orchestration"
],
"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/cdk-integration-utils"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@allma/core-types": "1.0.13",
"aws-cdk-lib": "^2.200.1",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/node": "^22.15.30",
"eslint": "^9.8.0",
"typescript-eslint": "^8.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.9.3"
}
}