aboutsummaryrefslogtreecommitdiff
path: root/packages/lib/package.json
blob: 7b5489845fb83d22a88714403db532430769c8b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"name": "@repo/lib",
	"version": "0.0.0",
	"private": true,
	"type": "module",
	"dependencies": {
		"@ai-sdk/anthropic": "^1.2.12",
		"@ai-sdk/google": "^1.2.22",
		"@ai-sdk/groq": "^1.2.9",
		"ai-gateway-provider": "^0.0.11"
	}
}