-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.2 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@typebot.io/bot-engine",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": {
"types": "./src/*.ts",
"import": "./src/*.ts",
"default": "./src/*.ts"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "bun test .test.ts"
},
"dependencies": {
"@orpc/server": "^1.13.9",
"@paralleldrive/cuid2": "^2.2.1",
"@planetscale/database": "^1.8.0",
"@sentry/nextjs": "^10.43.0",
"@typebot.io/blocks-bubbles": "workspace:*",
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/blocks-inputs": "workspace:*",
"@typebot.io/blocks-integrations": "workspace:*",
"@typebot.io/blocks-logic": "workspace:*",
"@typebot.io/chat-api": "workspace:*",
"@typebot.io/chat-session": "workspace:*",
"@typebot.io/conditions": "workspace:*",
"@typebot.io/config": "workspace:*",
"@typebot.io/credentials": "workspace:*",
"@typebot.io/emails": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/events": "workspace:*",
"@typebot.io/groups": "workspace:*",
"@typebot.io/legacy": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/logs": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/results": "workspace:*",
"@typebot.io/rich-text": "workspace:*",
"@typebot.io/runtime-session-store": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/settings": "workspace:*",
"@typebot.io/theme": "workspace:*",
"@typebot.io/typebot": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@upstash/ratelimit": "^0.4.3",
"chrono-node": "2.7.6",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"google-spreadsheet": "^4.1.4",
"ky": "^1.2.4",
"libphonenumber-js": "1.10.37",
"node-html-parser": "6.1.5",
"nodemailer": "^7.0.6",
"openai": "^6.9.1",
"qs": "^6.11.2",
"stripe": "17.1.0",
"undici": "7.24.4",
"zod": "^4.3.5"
},
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"@types/qs": "^6.9.7",
"@types/nodemailer": "^7.0.1",
"@types/bun": "^1.3.9",
"dotenv-cli": "^8.0.0"
}
}