mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
27 lines
665 B
JSON
27 lines
665 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:*",
|
|
"@trpc/server": "10.45.2",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/telemetry": "workspace:*",
|
|
"@typebot.io/workspaces": "workspace:*",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"@typebot.io/settings": "workspace:*",
|
|
"next": "14.2.13",
|
|
"micro": "10.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|