19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"name": "@typebot.io/schemas",
|
|
"version": "1.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@udecode/plate-common": "30.4.5",
|
|
"zod": "3.22.4",
|
|
"zod-openapi": "^2.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/forge-repository": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"typescript": "5.4.5"
|
|
}
|
|
} |