typebot.io/packages/credentials/package.json
Baptiste Arnaud c2b251c7e5
♻️ Migrate to NX (#2418)
2026-03-18 15:29:32 +00:00

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"
}
}