UNPKG

1.31 kBJSONView Raw
1{
2 "name": "msbot",
3 "version": "1.0.43",
4 "description": "MSBot command line tool for manipulating Microsoft Bot Framework .bot files",
5 "main": "bin/BotConfig.js",
6 "bin": {
7 "msbot": "bin/msbot.js"
8 },
9 "types": "bin/index.d.ts",
10 "files": [
11 "bin/**/*.js",
12 "bin/models/*.*",
13 "bin/BotConfig.*",
14 "bin/schema.*",
15 "bin/index.d.ts"
16 ],
17 "engines": {
18 "node": ">=8.0"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/Microsoft/botbuilder-tools.git"
23 },
24 "author": "Microsoft",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/Microsoft/botbuilder-tools/issues"
28 },
29 "homepage": "https://github.com/Microsoft/botbuilder-tools#readme",
30 "devDependencies": {
31 "@types/fs-extra": "^5.0.2",
32 "@types/get-stdin": "^5.0.1",
33 "@types/node": "^6.0.87",
34 "@types/readline-sync": "^1.4.3",
35 "@types/uuid": "^3.4.3",
36 "@types/valid-url": "^1.0.2",
37 "mocha": "^5.0.5"
38 },
39 "dependencies": {
40 "chalk": "^2.3.2",
41 "commander": "^2.15.1",
42 "fs-extra": "^5.0.0",
43 "get-stdin": "^6.0.0",
44 "linq-collections": "^1.0.251",
45 "readline-sync": "^1.4.9",
46 "semver": "^5.5.0",
47 "uuid": "^3.2.1",
48 "valid-url": "^1.0.9",
49 "validator": "^9.4.1"
50 }
51}