-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "microsoft-2019",
"version": "1.0.0",
"description": "Demonstrate the core capabilities of the Microsoft Bot Framework",
"author": "Generated using Microsoft Bot Builder Yeoman generator v4.2.6",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "^4.2.0",
"botframework-config": "^4.2.0",
"dotenv": "^6.1.0",
"jquery-ajax": "^2.1.4",
"musicmatch": "^0.3.2",
"readline-sync": "^1.4.9",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"restify": "^7.2.3",
"unirest": "^0.6.0",
"xmlbuilder": "^11.0.0"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.7"
},
"bots": {
"supportsFiles": true
}
}