{
  "name": "@intlayer/ai",
  "version": "8.12.4",
  "private": false,
  "description": "SDK that provides AI capabilities for Intlayer applications",
  "keywords": [
    "intlayer",
    "application",
    "ai",
    "backend",
    "i18n",
    "internationalization"
  ],
  "homepage": "https://intlayer.org",
  "bugs": {
    "url": "https://github.com/aymericzip/intlayer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aymericzip/intlayer.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Aymeric PINEAU",
    "url": "https://github.com/aymericzip"
  },
  "contributors": [
    {
      "name": "Aymeric Pineau",
      "email": "ay.pineau@gmail.com",
      "url": "https://github.com/aymericzip"
    }
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.cjs",
      "import": "./dist/esm/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "./package.json"
      ]
    }
  },
  "files": [
    "./dist",
    "./package.json"
  ],
  "scripts": {
    "build": "bun --bun tsdown --config tsdown.config.ts",
    "build:ci": "bun --bun tsdown --config tsdown.config.ts",
    "clean": "bun --bun rimraf ./dist .turbo",
    "dev": "bun --bun tsdown --config tsdown.config.ts --watch",
    "format": "bun --bun biome format . --check",
    "format:fix": "bun --bun biome format --write .",
    "lint": "bun --bun biome lint .",
    "lint:fix": "bun --bun biome lint --write .",
    "prepublish": "cp -f ../../../README.md ./README.md",
    "publish": "bun publish || true",
    "publish:canary": "bun publish --access public --tag canary || true",
    "publish:latest": "bun publish --access public --tag latest || true",
    "test": "bun --bun vitest run",
    "test:watch": "bun --bun vitest",
    "typecheck": "tsc --noEmit --project tsconfig.types.json"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "3.0.81",
    "@ai-sdk/google": "3.0.80",
    "@ai-sdk/openai": "3.0.68",
    "@intlayer/api": "8.12.4",
    "@intlayer/config": "8.12.4",
    "@intlayer/core": "8.12.4",
    "@intlayer/types": "8.12.4",
    "@toon-format/toon": "2.3.0",
    "ai": "6.0.198",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@ai-sdk/alibaba": "1.0.26",
    "@ai-sdk/amazon-bedrock": "4.0.113",
    "@ai-sdk/deepseek": "2.0.35",
    "@ai-sdk/fireworks": "2.0.53",
    "@ai-sdk/google": "3.0.80",
    "@ai-sdk/google-vertex": "4.0.142",
    "@ai-sdk/groq": "3.0.39",
    "@ai-sdk/huggingface": "1.0.50",
    "@ai-sdk/mistral": "3.0.37",
    "@ai-sdk/openai-compatible": "2.0.48",
    "@ai-sdk/togetherai": "2.0.53",
    "@openrouter/ai-sdk-provider": "2.9.0",
    "@types/node": "25.9.2",
    "@utils/ts-config": "1.0.4",
    "@utils/ts-config-types": "1.0.4",
    "@utils/tsdown-config": "1.0.4",
    "rimraf": "6.1.3",
    "tsdown": "0.21.10",
    "typescript": "6.0.3",
    "vitest": "4.1.8"
  },
  "peerDependencies": {
    "@ai-sdk/alibaba": "<=1.0.0",
    "@ai-sdk/amazon-bedrock": "<=4.0.0",
    "@ai-sdk/deepseek": "<=2.0.0",
    "@ai-sdk/fireworks": "<=2.0.0",
    "@ai-sdk/google": "<=3.0.0",
    "@ai-sdk/google-vertex": "<=4.0.0",
    "@ai-sdk/groq": "<=3.0.0",
    "@ai-sdk/huggingface": "<=1.0.0",
    "@ai-sdk/mistral": "<=3.0.0",
    "@ai-sdk/openai-compatible": "<=2.0.0",
    "@ai-sdk/togetherai": "<=2.0.0",
    "@openrouter/ai-sdk-provider": "<=2.0.0"
  },
  "peerDependenciesMeta": {
    "@ai-sdk/alibaba": {
      "optional": true
    },
    "@ai-sdk/amazon-bedrock": {
      "optional": true
    },
    "@ai-sdk/deepseek": {
      "optional": true
    },
    "@ai-sdk/fireworks": {
      "optional": true
    },
    "@ai-sdk/google": {
      "optional": true
    },
    "@ai-sdk/google-vertex": {
      "optional": true
    },
    "@ai-sdk/groq": {
      "optional": true
    },
    "@ai-sdk/huggingface": {
      "optional": true
    },
    "@ai-sdk/mistral": {
      "optional": true
    },
    "@ai-sdk/openai-compatible": {
      "optional": true
    },
    "@ai-sdk/togetherai": {
      "optional": true
    },
    "@openrouter/ai-sdk-provider": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=14.18"
  },
  "bug": {
    "url": "https://github.com/aymericzip/intlayer/issues"
  }
}
