UNPKG

@botonic/plugin-dashbot

Version:

## What Does This Plugin Do?

28 lines (27 loc) 666 B
{ "name": "@botonic/plugin-dashbot", "version": "0.36.0", "license": "MIT", "main": "src/index.js", "scripts": { "build": "echo Nothing to build", "test": "echo Skipping tests...", "cloc": "../../scripts/qa/cloc-package.sh .", "lint": "npm run lint_core -- --fix", "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.js'", "prepublishOnly": "npm i && npm run build" }, "dependencies": { "axios": "^1.10.0", "dashbot": "^11.2.5" }, "devDependencies": {}, "keywords": [ "bot-framework", "chatbot", "conversational-app", "conversational-ui", "dashbot", "javascript" ] }