{
  "name": "@martinrempel/ionos-ai-provider",
  "version": "0.0.5",
  "description": "Vercel AI Provider for running LLMs via IONOS AI Model Hub",
  "keywords": [
    "ai",
    "llm",
    "genai",
    "vercel-ai",
    "ionos"
  ],
  "license": "MIT",
  "author": "Martin Rempel",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "tsc --build --clean",
    "prepare": "npm run clean && npm run build",
    "pretest": "npm run build"
  },
  "files": [
    "dist/**/*"
  ],
  "devDependencies": {
    "@types/node": "^18",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@ai-sdk/openai-compatible": "^0.1.0",
    "@ai-sdk/provider": "^1.0.4",
    "@ai-sdk/provider-utils": "^2.1.0",
    "prettier": "^3.4.2"
  },
  "publishConfig": {
    "access": "public"
  }
}