๐Ÿ“ฆ colinhacks / zod-ai-excessively-deep

๐Ÿ“„ package.json ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13{
  "name": "scratch",
  "version": "0.1.0",
  "type": "module",
  "private": true,
  "dependencies": {
    "@ai-sdk/openai": "^1.3.23",
    "ai": "5.0.0-beta.19",
    "typescript": "^5.8.3",
    "zod": "^4.0.5"
  }
}