UNPKG

@rama-adi/watsonx-unofficial-ai-provider

Version:
63 lines (62 loc) 1.71 kB
{ "name": "@rama-adi/watsonx-unofficial-ai-provider", "version": "0.0.2-alpha.2", "description": "Unofficial Watsonx provider for the Vercel AI SDK", "license": "Apache-2.0", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": ["dist/**/*", "CHANGELOG.md", "README.md", "LICENSE"], "scripts": { "format": "biome format --write", "build": "tsup", "prepublishOnly": "npm run build", "clean": "rm -rf dist" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.mjs" } }, "dependencies": { "@ai-sdk/provider": "^2.0.0-beta.1", "@ai-sdk/provider-utils": "^3.0.0-beta.5" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "20.17.24", "tsup": "^8", "typescript": "5.6.3", "zod": "^3.24.1 || ^v4" }, "peerDependencies": { "ai": "^5.0.0", "zod": "^3.24.1 || ^v4" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "homepage": "https://github.com/rama-adi/watsonx-unofficial-aisdk-provider#readme", "repository": { "type": "git", "url": "git+https://github.com/rama-adi/watsonx-unofficial-aisdk-provider.git" }, "author": { "email": "rama@rama-adi.dev", "name": "Rama Adi", "url": "https://rama-adi.dev" }, "bugs": { "url": "https://github.com/rama-adi/watsonx-unofficial-aisdk-provider/issues" }, "keywords": ["ai", "ibm", "watsonx", "vercel-ai", "ai-sdk", "llm"] }