2022-01-06 09:40:56 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"name": "@typebot.io/schemas",
|
2022-01-06 09:40:56 +01:00
|
|
|
"version": "1.0.0",
|
2023-01-25 11:27:47 +01:00
|
|
|
"main": "./index.ts",
|
|
|
|
"types": "./index.ts",
|
2022-01-06 09:40:56 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"private": true,
|
2022-08-29 08:51:45 +02:00
|
|
|
"dependencies": {
|
2024-02-27 10:03:55 +01:00
|
|
|
"@udecode/plate-common": "30.4.5",
|
2023-12-22 09:13:53 +01:00
|
|
|
"zod": "3.22.4",
|
|
|
|
"zod-openapi": "^2.11.0"
|
2022-08-29 08:51:45 +02:00
|
|
|
},
|
2022-01-06 09:40:56 +01:00
|
|
|
"devDependencies": {
|
2023-12-22 09:13:53 +01:00
|
|
|
"@typebot.io/forge-repository": "workspace:*",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2024-04-24 16:11:06 +02:00
|
|
|
"typescript": "5.4.5"
|
2022-01-06 09:40:56 +01:00
|
|
|
}
|
|
|
|
}
|