2
0
Files
bot/packages/schemas/package.json

18 lines
382 B
JSON
Raw Normal View History

2022-01-06 09:40:56 +01:00
{
"name": "@typebot.io/schemas",
2022-01-06 09:40:56 +01:00
"version": "1.0.0",
"main": "./index.ts",
"types": "./index.ts",
2022-01-06 09:40:56 +01:00
"license": "AGPL-3.0-or-later",
"private": true,
"dependencies": {
"@udecode/plate-common": "21.1.5",
2023-03-14 15:08:53 +01:00
"zod": "3.21.4"
},
2022-01-06 09:40:56 +01:00
"devDependencies": {
"@typebot.io/prisma": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
2023-07-15 10:46:36 +02:00
"typescript": "5.1.6"
2022-01-06 09:40:56 +01:00
}
}