mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
25 lines
576 B
JSON
25 lines
576 B
JSON
{
|
|
"name": "@typebot.io/credentials",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": {
|
|
"types": "./src/*.ts",
|
|
"import": "./src/*.ts",
|
|
"default": "./src/*.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|