{
	"name": "sarvam-ai-sdk",
	"type": "module",
	"description": "Sarvam provider support for Vercel's AI-SDK",
	"version": "0.4.2",
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"dist/**/*"
	],
	"scripts": {
		"build": "tsdown",
		"build:watch": "tsdown --watch",
		"type-check": "tsc --noEmit",
		"check": "biome check",
		"test": "bun test"
	},
	"exports": {
		"./package.json": "./package.json",
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"default": "./dist/index.js"
		}
	},
	"dependencies": {
		"@ai-sdk/provider": "^4.0.0",
		"@ai-sdk/provider-utils": "^5.0.0"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.8",
		"@types/node": "20.17.24",
		"ai": "^7.0.0",
		"tsdown": "^0.15.10",
		"tsx": "^4.21.0",
		"typescript": "5.6.3",
		"zod": "^4.1.8"
	},
	"peerDependencies": {
		"ai": "^7.0.0",
		"zod": "^3.25.0 || ^4.0.0"
	},
	"engines": {
		"node": ">=22"
	},
	"publishConfig": {
		"access": "public"
	},
	"author": {
		"name": "Rajat Sandeep",
		"url": "https://rajatsandeepsen.github.io"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sarvamai/sarvam-ai-sdk.git"
	},
	"bugs": {
		"url": "https://github.com/sarvamai/sarvam-ai-sdk/issues"
	},
	"homepage": "https://docs.sarvam.ai",
	"keywords": [
		"ai",
		"ai-sdk",
		"sarvam",
		"india",
		"bharat"
	]
}
