28 lines
785 B
JSON
28 lines
785 B
JSON
{
|
|
"id": "io.typebot",
|
|
"title": "Typebot",
|
|
"author": "Baptiste Arnaud <baptiste@typebot.io>",
|
|
"description": "Typebot is a visual chatbot builder that helps you create chatbots for your website without coding.",
|
|
"tagline": "Build advanced chatbots visually",
|
|
"version": "2.14.0",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 3000,
|
|
"httpPorts": {
|
|
"TYPEBOT_VIEWER_HOST": {
|
|
"title": "Typebot Viewer",
|
|
"description": "The Typebot viewer where your users can interact with your bots",
|
|
"containerPort": 3001,
|
|
"defaultValue": "bot"
|
|
}
|
|
},
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {},
|
|
"sendmail": {}
|
|
},
|
|
"manifestVersion": 2,
|
|
"website": "https://typebot.io",
|
|
"contactEmail": "support@typebot.io",
|
|
"memoryLimit": 1073741824
|
|
}
|