forked from microsoft/botbuilder-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 908 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "ludown",
"version": "1.4.0",
"description": "Command line tool to convert .lu files to LUIS JSON and QnA maker JSON files",
"main": "lib/exports.js",
"scripts": {
"test": "cd test/ && mocha --opts mocha.opts"
},
"bin": {
"ludown": "./bin/ludown"
},
"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",
"dependencies": {
"antlr4": "^4.7.2",
"chai": "^4.1.2",
"chalk": "2.4.1",
"commander": "^2.15.1",
"deep-equal": "^1.0.1",
"get-stdin": "^6.0.0",
"intercept-stdout": "^0.1.2",
"latest-version": "^4.0.0",
"mocha": "^5.2.0",
"node-fetch": "^2.1.2",
"semver": "^5.5.1"
}
}