mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
24 lines
778 B
JSON
24 lines
778 B
JSON
{
|
|
"name": "hexabot",
|
|
"private": true,
|
|
"workspaces": [
|
|
"frontend",
|
|
"widget",
|
|
"cli"
|
|
],
|
|
"version": "2.0.0",
|
|
"description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
|
|
"author": "Hexastack",
|
|
"license": "AGPL-3.0-only",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev:frontend": "npm run dev --workspace=frontend",
|
|
"dev:widget": "npm run dev --workspace=widget"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"husky": "^9.0.11"
|
|
}
|
|
}
|