{
  "name": "@ax-llm/ax-ai-sdk-provider",
  "version": "24.0.12",
  "type": "module",
  "description": "Ax AI SDK Provider for the Vercel AI SDK",
  "repository": {
    "type": "git",
    "url": "https://github.com/ax-llm/ax.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "keywords": [],
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@ai-sdk/provider": "^4.0.0",
    "@ai-sdk/provider-utils": "^5.0.0",
    "@ax-llm/ax": "24.0.12",
    "ai": "^7.0.2",
    "zod": "^3.25.76"
  },
  "bugs": {
    "url": "https://github.com/@ax-llm/ax/issues"
  },
  "homepage": "https://github.com/ax-llm/ax#readme",
  "author": "Vikram <https://twitter.com/dosco>",
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./*": {
      "types": "./*.d.ts",
      "import": "./*.js",
      "require": "./*.cjs"
    }
  }
}