mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
28 lines
697 B
JSON
28 lines
697 B
JSON
{
|
|
"name": "@typebot.io/billing",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/schemas": "workspace:*",
|
|
"stripe": "^17.1.0",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@orpc/server": "^1.13.4",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/telemetry": "workspace:*",
|
|
"@typebot.io/workspaces": "workspace:*",
|
|
"@typebot.io/settings": "workspace:*",
|
|
"@typebot.io/user": "workspace:*",
|
|
"micro": "^10.0.1",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/node": "^22.19.0"
|
|
}
|
|
}
|