@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "@botonic/plugin-flow-builder",
"version": "0.42.1",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"description": "Use Flow Builder to show your contents",
"scripts": {
"build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"build:watch": "npm run build -- --watch",
"test": "../../node_modules/.bin/jest --coverage",
"cloc": "../../scripts/qa/cloc-package.sh .",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@botonic/react": "^0.42.0",
"axios": "^1.12.2",
"uuid": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubtype/botonic.git"
},
"author": "",
"bugs": {
"url": "https://github.com/hubtype/botonic/issues"
},
"files": [
"lib/**",
"src/**",
"README.md"
],
"engines": {
"node": ">=22.19.0",
"npm": ">=10.0.0"
},
"keywords": [
"bot-framework",
"chatbot",
"flow-builder",
"conversational-app",
"conversational-ui",
"javascript"
],
"eslintConfig": {
"extends": "../.eslintrc.js",
"root": true
},
"devDependencies": {
"@types/uuid": "^10.0.0"
}
}