UNPKG

1.48 kBJSONView Raw
1{
2 "name": "qnamaker",
3 "version": "1.0.20",
4 "description": "Tooling for connectivity with the QnA Maker APIs",
5 "main": "lib/api/index.js",
6 "bin": {
7 "qnamaker": "./bin/qnamaker"
8 },
9 "directories": {
10 "doc": "docs",
11 "lib": "lib",
12 "examples": "examples",
13 "test": "test"
14 },
15 "scripts": {
16 "test": "cd test/ && mocha --opts mocha.opts"
17 },
18 "engines": {
19 "node": ">=8.0"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/Microsoft/botbuilder-tools.git"
24 },
25 "author": "Microsoft",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/Microsoft/botbuilder-tools/issues"
29 },
30 "homepage": "https://github.com/Microsoft/botbuilder-tools#readme",
31 "dependencies": {
32 "await-delay": "^1.0.0",
33 "camelcase": "^4.1.0",
34 "chalk": "^2.3.2",
35 "cli-table2": "^0.2.0",
36 "fs-extra": "^5.0.0",
37 "md5": "^2.2.1",
38 "minimist": "^1.2.0",
39 "node-fetch": "^2.0.0",
40 "pascal-case": "^2.0.1",
41 "readline": "^1.3.0",
42 "readline-sync": "^1.4.9",
43 "request": "^2.85.0",
44 "request-promise-native": "^1.0.5",
45 "semver": "^5.5.0",
46 "window-size": "^1.1.0"
47 },
48 "devDependencies": {
49 "eslint": "^4.18.1",
50 "eslint-config-standard": "^11.0.0",
51 "eslint-plugin-import": "^2.9.0",
52 "eslint-plugin-node": "^6.0.1",
53 "eslint-plugin-promise": "^3.6.0",
54 "eslint-plugin-standard": "^3.0.1",
55 "mocha": "^5.0.4"
56 }
57}