{
  "name": "genkitx-azure-openai",
  "description": "Genkit AI framework plugin for Azure OpenAI APIs.",
  "keywords": [
    "genkit",
    "genkit-plugin",
    "genkit-embedder",
    "genkit-model",
    "openai",
    "gpt-4",
    "gpt-4.1",
    "o3",
    "gpt",
    "gpt-3.5",
    "ai",
    "genai",
    "generative-ai"
  ],
  "version": "1.2.1",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genkit-ai/azure-foundry-js-plugin.git"
  },
  "author": "Xavier Portilla Edo",
  "license": "Apache-2.0",
  "dependencies": {
    "openai": "^6.16.0"
  },
  "peerDependencies": {
    "@azure/functions": "^4.0.0",
    "genkit": "^1.28.0"
  },
  "peerDependenciesMeta": {
    "@azure/functions": {
      "optional": true
    }
  },
  "devDependencies": {
    "@azure/functions": "^4.11.2",
    "@eslint/js": "^9.11.0",
    "@types/node": "^25.0.3",
    "eslint": "^10.0.2",
    "globals": "^17.2.0",
    "prettier": "^3.3.3",
    "tsup": "^8.0.2",
    "typedoc": "^0.28.1",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.2.0"
  },
  "types": "./lib/index.d.ts",
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js",
      "import": "./lib/index.mjs",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "scripts": {
    "check": "tsc",
    "compile": "tsup",
    "build": "tsc && tsup",
    "build:watch": "tsup --watch",
    "prepack": "npm run build",
    "prettier": "prettier 'src/**/*.ts' --write",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "docs": "typedoc ./src/index.ts --out ./docs"
  },
  "gitHead": "4da11b05d2693c9f5dd0fd85b721afd1d2d8f381"
}
