{
  "name": "@aws-amplify/ai-constructs",
  "version": "1.6.1",
  "type": "commonjs",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-backend.git"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./conversation": {
      "types": "./lib/conversation/index.d.ts",
      "default": "./lib/conversation/index.js"
    },
    "./conversation/runtime": {
      "types": "./lib/conversation/runtime/index.d.ts",
      "default": "./lib/conversation/runtime/index.js"
    }
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "post:compile": "npm run bundle:default-handler",
    "bundle:default-handler": "esbuild src/conversation/runtime/default_handler.ts --bundle --platform=node --target=node20 --outfile=lib/conversation/runtime/default_handler_bundled/index.js",
    "update:api": "api-extractor run --local"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-amplify/backend-output-schemas": "^1.8.0",
    "@aws-amplify/plugin-types": "^1.11.2",
    "@aws-sdk/client-bedrock-runtime": "3.622.0",
    "@smithy/types": "^4.9.0",
    "json-schema-to-ts": "^3.1.1"
  },
  "devDependencies": {
    "@aws-amplify/backend-output-storage": "^1.3.3",
    "@types/lodash.transform": "^4.6.9",
    "lodash.transform": "^4.6.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.234.1",
    "constructs": "^10.0.0"
  }
}
