mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
23 lines
539 B
JSON
23 lines
539 B
JSON
{
|
|
"name": "@typebot.io/credentials",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@typebot.io/zod": "workspace:*",
|
|
"@typebot.io/forge-repository": "workspace:*",
|
|
"google-spreadsheet": "^4.1.4",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/logs": "workspace:*",
|
|
"ky": "^1.2.4",
|
|
"qs": "^6.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|