{
  "name": "@eigenpal/sdk",
  "version": "0.17.4",
  "description": "Official TypeScript SDK for the EigenPal API",
  "type": "module",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./generated": "./src/generated/index.ts"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "codegen": "openapi-ts -f openapi-ts.config.ts && bun run scripts/postprocess-generated.ts",
    "codegen:check": "bun run codegen && git diff --exit-code src/generated/",
    "build": "tsc",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "dependencies": {
    "@hey-api/client-fetch": "^0.13.1"
  },
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.97.3",
    "typescript": "^6.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "EigenPal",
    "email": "support@eigenpal.com",
    "url": "https://eigenpal.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eigenpal/sdk-typescript.git"
  },
  "bugs": {
    "url": "https://github.com/eigenpal/sdk-typescript/issues"
  },
  "homepage": "https://github.com/eigenpal/sdk-typescript#readme",
  "license": "Apache-2.0",
  "keywords": [
    "eigenpal",
    "sdk",
    "api",
    "client",
    "typescript",
    "workflow",
    "workflows",
    "automation",
    "document-extraction",
    "document-understanding",
    "ocr",
    "ai",
    "llm"
  ]
}
