@botonic/plugin-flow-builder
Version:
Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.
28 lines • 543 B
JSON
{
"name": "@botonic/plugin-flow-builder",
"version": "2.34.2",
"type": "module",
"module": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {
"@botonic/core": "2.34.2",
"tslib": "^2.3.0",
"uuid": "^11.1.0",
"@botonic/shared": "2.34.2"
},
"devDependencies": {
"vitest": "4.1.9"
},
"references": [
{
"path": "../core/tsconfig.lib.json"
},
{
"path": "../shared/tsconfig.lib.json"
}
],
"publishConfig": {
"access": "public"
},
"main": "./src/index.js"
}