msbot
Version:
MSBot command line tool for manipulating Microsoft Bot Framework .bot files
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "msbot",
"version": "1.0.48",
"description": "MSBot command line tool for manipulating Microsoft Bot Framework .bot files",
"main": "bin/BotConfig.js",
"bin": {
"msbot": "bin/msbot.js"
},
"types": "bin/index.d.ts",
"files": [
"bin/**/*.js",
"bin/models/*.*",
"bin/BotConfig.*",
"bin/schema.*",
"bin/index.d.ts"
],
"engines": {
"node": ">=8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/botbuilder-tools.git"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/botbuilder-tools/issues"
},
"homepage": "https://github.com/Microsoft/botbuilder-tools#readme",
"devDependencies": {
"@types/fs-extra": "^5.0.2",
"@types/get-stdin": "^5.0.1",
"@types/node": "^6.0.87",
"@types/readline-sync": "^1.4.3",
"@types/uuid": "^3.4.3",
"@types/valid-url": "^1.0.2",
"mocha": "^5.0.5"
},
"dependencies": {
"chalk": "^2.3.2",
"commander": "^2.15.1",
"fs-extra": "^5.0.0",
"get-stdin": "^6.0.0",
"linq-collections": "^1.0.251",
"readline-sync": "^1.4.9",
"semver": "^5.5.0",
"uuid": "^3.2.1",
"valid-url": "^1.0.9",
"validator": "^9.4.1"
}
}