mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
22 lines
485 B
JSON
22 lines
485 B
JSON
{
|
|
"name": "@typebot.io/ai",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@typebot.io/forge": "workspace:*",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/variables": "workspace:*",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"ai": "4.1.46",
|
|
"ky": "1.2.4",
|
|
"@typebot.io/runtime-session-store": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|