{
  "name": "@unboundcx/sdk",
  "version": "4.13.103",
  "description": "Official JavaScript SDK for the Unbound API - A comprehensive toolkit for integrating with Unbound's communication, AI, and data management services",
  "main": "index.js",
  "type": "module",
  "engines": {
    "node": ">=16.0.0"
  },
  "keywords": [
    "unbound",
    "api",
    "sdk",
    "messaging",
    "voice",
    "video",
    "ai",
    "communication",
    "javascript",
    "typescript",
    "sms",
    "email",
    "workflows"
  ],
  "author": {
    "name": "Unbound Team",
    "email": "support@unbound.cx",
    "url": "https://unbound.cx"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unbound/sdk-js.git"
  },
  "bugs": {
    "url": "https://github.com/unbound/sdk-js/issues"
  },
  "homepage": "https://docs.unbound.cx/sdk",
  "files": [
    "*.js",
    "services/**/*.js",
    "transports/**/*.js",
    "types/**/*.d.ts",
    "proto/**/*.proto",
    "schemas/**/*.js",
    "schemas/**/*.md",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./services/*": {
      "import": "./services/*.js"
    },
    "./schemas/layouts": {
      "import": "./schemas/layouts/index.js"
    },
    "./schemas/workflows": {
      "import": "./schemas/workflows/index.js"
    },
    "./schemas/*": {
      "import": "./schemas/*.js"
    }
  },
  "scripts": {
    "build": "echo 'Build complete - ESM modules ready'",
    "test": "node --test 'test/*.test.js'",
    "lint": "echo 'Linting would run here'",
    "docs:layouts": "node scripts/generate-layout-schema-docs.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "zod": "^3.23.8"
  },
  "optionalDependencies": {
    "@grpc/grpc-js": "^1.14.1",
    "@grpc/proto-loader": "^0.7.15",
    "mime-types": "^2.1.35"
  },
  "peerDependencies": {
    "socket.io-client": "^4.0.0"
  },
  "peerDependenciesMeta": {
    "socket.io-client": {
      "optional": true
    }
  },
  "devDependencies": {
    "zod-to-json-schema": "^3.23.0"
  },
  "browserslist": [
    "defaults",
    "not IE 11",
    "not IE_Mob 11",
    "maintained node versions"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
