{
  "name": "@eliceio/cdk",
  "version": "0.2.0",
  "description": "An SDK for communicating with the Elice platform while developing content materials.",
  "author": "Elice <contact@elice.io>",
  "license": "UNLICENSED",
  "main": "./cjs/index.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "files": [
    "es",
    "cjs",
    "docs",
    "package.json",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./es/index.js",
      "require": "./cjs/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "postpack": "ts-node ./scripts/postpublish.ts",
    "postpublish": "ts-node ./scripts/postpublish.ts"
  },
  "dependencies": {
    "@azure/storage-blob": "^12.0.0",
    "humps": "^2.0.1",
    "tslib": "^2.6.1",
    "uuid": "^9.0.1",
    "zod": "^4.3.6"
  }
}
