{
  "name": "tekimax-ts",
  "version": "0.3.0",
  "type": "module",
  "description": "A type-safe, framework-agnostic AI SDK for building AI-powered apps.",
  "homepage": "https://tekimax.com",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": {
        "import": "./dist/index.d.ts",
        "require": "./dist/index.d.cts"
      },
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./react": {
      "types": {
        "import": "./dist/react/index.d.ts",
        "require": "./dist/react/index.d.cts"
      },
      "import": "./dist/react/index.js",
      "require": "./dist/react/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "generate": "kubb generate",
    "build": "tsup src/index.ts src/react/index.ts --format cjs,esm --dts",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "check:exports": "publint",
    "check:deps": "npx tsx ../../scripts/check-updates.ts"
  },
  "keywords": [
    "sdk",
    "openapi",
    "kubb"
  ],
  "author": "Tekimax <info@tekimax.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TEKIMAX/tekimax-ts.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.72.1",
    "@google/generative-ai": "^0.24.1",
    "eventsource-parser": "^3.0.6",
    "ollama": "^0.6.3",
    "openai": "^6.17.0",
    "signal-exit": "^4.1.0",
    "typescript-eslint": "8.14.0",
    "ws": "^8.19.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@kubb/cli": "^4.3.1",
    "@kubb/core": "^4.3.1",
    "@kubb/plugin-client": "^4.3.1",
    "@kubb/plugin-oas": "^4.3.0",
    "@kubb/plugin-ts": "^4.3.0",
    "@kubb/plugin-zod": "^4.3.1",
    "@tanstack/eslint-config": "^0.3.3",
    "@types/node": "^24.10.9",
    "@types/react": "^19.2.10",
    "cac": "^6.7.14",
    "eslint": "^4.1.1",
    "eslint-plugin-unused-imports": "^1.1.3",
    "prettier": "^3.8.1",
    "publint": "^0.3.17",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.1",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "react": "^19.0.0"
  }
}
