2023-12-08 18:16:07 +00:00
|
|
|
{
|
|
|
|
|
"name": "@typebot.io/radar",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "./index.ts",
|
|
|
|
|
"types": "./index.ts",
|
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2024-02-27 10:03:55 +01:00
|
|
|
"@udecode/plate-common": "30.4.5"
|
2023-12-08 18:16:07 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@typebot.io/schemas": "workspace:*",
|
|
|
|
|
"@typebot.io/prisma": "workspace:*",
|
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
|
|
|
"@typebot.io/env": "workspace:*",
|
2024-04-24 16:11:06 +02:00
|
|
|
"typescript": "5.4.5"
|
2023-12-08 18:16:07 +00:00
|
|
|
}
|
2024-06-17 14:12:14 +02:00
|
|
|
}
|