{
  "name": "@gpt-core/client",
  "version": "0.12.0",
  "description": "TypeScript SDK for GPT Core Client API - Document extraction, AI agents, and workspace management",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "llms.txt"
  ],
  "keywords": [
    "gpt-core",
    "client",
    "sdk",
    "typescript",
    "api-client",
    "document-extraction",
    "ai-agents",
    "llm",
    "ai-integration",
    "openapi",
    "json-api",
    "workspace-management",
    "semantic-search",
    "embeddings",
    "rag"
  ],
  "author": "GPT Integrators",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/GPT-Integrators/gpt-core-client-sdk.git"
  },
  "homepage": "https://gpt-integrators.github.io/gpt-core-client-sdk",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "generate": "bunx openapi-ts",
    "typecheck": "bunx tsc --noEmit",
    "build": "bun run typecheck && bunx tsup src/index.ts --format cjs,esm --dts",
    "test": "bunx vitest run",
    "test:watch": "bunx vitest",
    "test:ui": "bunx vitest --ui",
    "test:coverage": "bunx vitest run --coverage"
  },
  "dependencies": {
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.88.1",
    "@vitest/ui": "^4.0.15",
    "msw": "^2.12.4",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.15"
  }
}
