UNPKG

brainwise-demo-cli

Version:

brainwise-Newcli is an open source chatbot platform based on Rasa.

60 lines (59 loc) 1.47 kB
{ "name": "brainwise-demo-cli", "version": "1.1.2", "description": "brainwise-Newcli is an open source chatbot platform based on Rasa.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "echo brainwise-Newcli succesfully installed. Run 'brainwise-Newcli' to get started." }, "bin": { "brainwise-demo-cli": "bin/brainwise-demo-cli" }, "publishConfig": { "access": "public" }, "keywords": [ "brainwise-demo-cli", "Rasa", "Chatbot", "Chatbot platform", "Botkit" ], "preferGlobal": true, "author": "brainwise-cli", "license": "AGPL-3.0-only", "dependencies": { "arg": "^4.1.1", "compare-version": "0.1.2", "axios": "^0.19.0", "boxen": "^4.1.0", "chalk": "^2.4.2", "check-node-version": "^4.0.1", "chokidar": "^3.0.2", "commander": "^2.20.0", "docker-cli-js": "~2.5.3", "esm": "^3.2.25", "fs-extra": "^8.1.0", "inquirer": "^6.5.0", "js-yaml": "^3.13.1", "ncp": "^2.0.0", "open": "^6.4.0", "ora": "^3.4.0", "shelljs": "~0.8.3", "unique-names-generator": "^3.0.0" }, "devDependencies": { "@commitlint/cli": "8.1.0", "@commitlint/config-conventional": "8.1.0", "husky": "2.7.0", "babel-eslint": "^10.0.2", "eslint": "^6.1.0", "eslint-plugin-import": "^2.18.2" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }