UNPKG

@allma/core-sdk

Version:

Core SDK with shared utilities (logging, auth, S3 utils) for building on the Allma serverless AI orchestration platform.

58 lines (57 loc) 1.37 kB
{ "name": "@allma/core-sdk", "version": "1.0.5", "description": "Core SDK with shared utilities (logging, auth, S3 utils) for building on the Allma serverless AI orchestration platform.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "tsc", "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-sdk" }, "keywords": [ "allma", "sdk", "aws", "lambda", "utilities", "serverless", "ai", "orchestration" ], "publishConfig": { "access": "public" }, "dependencies": { "@allma/core-types": "^1.0.9", "@aws-sdk/client-s3": "^3.500.0", "@aws-sdk/client-secrets-manager": "^3.500.0", "@aws-sdk/client-sns": "^3.500.0", "@aws-sdk/client-sqs": "^3.500.0", "@aws-sdk/client-ssm": "^3.500.0", "@aws-sdk/client-sfn": "^3.500.0", "@aws-sdk/lib-dynamodb": "^3.500.0", "js-tiktoken": "^1.0.12", "jsonpath-plus": "^9.0.0", "jsonrepair": "^3.8.0" }, "devDependencies": { "typescript": "^5.9.3", "eslint": "^9.8.0", "typescript-eslint": "^8.0.0" }, "peerDependencies": { "zod": "^3.22.4" } }