{
  "name": "@project-lakechain/sdk",
  "version": "0.10.0",
  "description": "An SDK providing helpers to create Lakechain middlewares in TypeScript.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js",
    "./cache": "./dist/cache/cache-storage.js",
    "./decorators": "./dist/decorators/index.js",
    "./helpers": "./dist/helpers/index.js",
    "./pointer": "./dist/pointer/index.js",
    "./helpers/s3-object-descriptor": "./dist/helpers/s3-object-descriptor.js",
    "./helpers/s3-stream-copier": "./dist/helpers/s3-stream-copier.js",
    "./helpers/s3-stream": "./dist/helpers/s3-stream.js",
    "./models": "./dist/models/index.js",
    "./models/document": "./dist/models/document/index.js",
    "./models/document/metadata": "./dist/models/document/metadata/index.js",
    "./models/document/metadata/attributes": "./dist/models/document/metadata/attributes/index.js",
    "./models/document/metadata/audio": "./dist/models/document/metadata/audio/index.js",
    "./models/document/metadata/image": "./dist/models/document/metadata/image/index.js",
    "./models/document/metadata/video": "./dist/models/document/metadata/video/index.js",
    "./models/document/metadata/text": "./dist/models/document/metadata/text/index.js",
    "./models/cloud-event": "./dist/models/cloud-event/index.js",
    "./powertools": "./dist/powertools/index.js"
  },
  "scripts": {
    "build": "npx tsc",
    "clean": "npx rimraf dist/ node_modules/",
    "test": "npx tsx --test tests/**/*.ts"
  },
  "keywords": [
    "amazon",
    "lakechain",
    "document-processing",
    "typescript",
    "sdk"
  ],
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/awslabs/project-lakechain"
  },
  "bugs": {
    "url": "https://github.com/awslabs/project-lakechain/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://awslabs.github.io/project-lakechain/",
  "dependencies": {
    "@aws-lambda-powertools/batch": "^2.7.0",
    "@aws-lambda-powertools/commons": "^2.7.0",
    "@aws-lambda-powertools/logger": "^2.7.0",
    "@aws-lambda-powertools/metrics": "^2.7.0",
    "@aws-lambda-powertools/tracer": "^2.7.0",
    "@aws-sdk/client-s3": "^3.654.0",
    "@aws-sdk/client-sns": "^3.654.0",
    "@aws-sdk/lib-storage": "^3.654.0",
    "@aws-sdk/util-stream-node": "^3.374.0",
    "class-transformer": "^0.5.1",
    "graphology": "0.25.4",
    "lodash": "^4.17.21",
    "reflect-metadata": "^0.2.2",
    "tmp": "^0.2.3",
    "uuid": "^10.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.145",
    "@types/lodash": "^4.17.7",
    "@types/node": "^22.2.0",
    "@types/uuid": "^10.0.0",
    "aws-sdk-client-mock": "^4.0.1",
    "graphology-types": "0.24.7",
    "tsx": "^4.19.1"
  },
  "gitHead": "f080ed70247fa251fc03646eaeacabb11e6dfec4"
}
