UNPKG

sarvam-ai-sdk

Version:

Sarvam AI Provider support for AI-SDK

59 lines (58 loc) 1.52 kB
{ "name": "sarvam-ai-sdk", "description": "Sarvam AI Provider support for AI-SDK", "version": "0.1.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": ["dist/**/*", "CHANGELOG.md"], "scripts": { "build": "tsup", "build:watch": "tsup --watch", "clean": "rm -rf dist", "lint": "eslint \"./**/*.ts*\"", "type-check": "tsc --noEmit", "prettier-check": "prettier --check \"./**/*.ts*\"", "test": "pnpm test:node && pnpm test:edge", "test:edge": "vitest --config vitest.edge.config.js --run", "test:node": "vitest --config vitest.node.config.js --run", "test:node:watch": "vitest --config vitest.node.config.js" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "dependencies": { "@ai-sdk/provider": "1.1.3", "@ai-sdk/provider-utils": "2.2.8", "json-schema-to-typescript": "^15.0.4" }, "devDependencies": { "@types/node": "20.17.24", "tsup": "^8", "typescript": "5.6.3", "zod": "3.23.8" }, "peerDependencies": { "zod": "^3.0.0" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "homepage": "https://ai-sdk.dev/docs", "repository": { "type": "git", "url": "git+https://github.com/rajatsandeepsen/sarvam-ai-sdk.git" }, "bugs": { "url": "https://github.com/rajatsandeepsen/sarvam-ai-sdk/issues" }, "keywords": ["ai", "ai-sdk", "sarvam", "india", "ai4bharat"] }