Files
bot/packages/forge/core/package.json
2024-03-05 15:46:28 +01:00

18 lines
365 B
JSON

{
"name": "@typebot.io/forge",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"author": "Baptiste Arnaud",
"license": "ISC",
"dependencies": {
"zod": "3.22.4"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"@typebot.io/forge-repository": "workspace:*"
}
}