17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"name": "@typebot.io/forge",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"keywords": [],
|
|
"author": "Baptiste Arnaud",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"zod": "3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/react": "18.2.15"
|
|
}
|
|
}
|