mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +00:00
8e5574f32d
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
27 lines
1.2 KiB
JSON
27 lines
1.2 KiB
JSON
{
|
|
"name": "hexabot",
|
|
"private": true,
|
|
"workspaces": [
|
|
"frontend",
|
|
"widget"
|
|
],
|
|
"version": "2.1.5",
|
|
"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",
|
|
"release:api:patch": "cd api/ && npm version --git-tag-version false --commit-hooks false patch",
|
|
"release:api:minor": "cd api/ && npm version --git-tag-version false --commit-hooks false minor",
|
|
"release:patch": "npm run release:api:patch && npm version --git-tag-version false --commit-hooks false --workspaces patch",
|
|
"release:minor": "npm run release:api:minor && npm version --git-tag-version false --commit-hooks false --workspaces minor"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"husky": "^9.0.11"
|
|
}
|
|
}
|