botfuel-cli
Version:
Command Line Interface for Botfuel-dialog
41 lines (40 loc) • 883 B
JSON
{
"name": "botfuel-cli",
"version": "0.1.0",
"description": "Command Line Interface for Botfuel-dialog",
"main": "index.js",
"scripts": {},
"bin": {
"fuel": "./index.js"
},
"keywords": [
"Botfuel",
"Botfuel CLI",
"fuel",
"sdk"
],
"repository": {
"type": "git",
"url": "https://github.com/Botfuel/botfuel-cli.git"
},
"bugs": {
"url": "https://github.com/Botfuel/botfuel-cli/issues"
},
"homepage": "https://github.com/Botfuel/botfuel-cli",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^2.4.1",
"enquirer": "^1.0.3",
"json-format": "^1.0.1",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^4.0.2",
"node-fetch": "^2.1.2",
"nodegit": "^0.22.1",
"nodemon": "^1.18.4",
"path": "^0.12.7",
"prompt-confirm": "^2.0.4",
"shelljs": "^0.8.2",
"yargs": "^12.0.0"
}
}