-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 817 Bytes
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
{
"name": "botkit-helperby",
"version": "1.0.0",
"description": "",
"main": "slack.js",
"repository": "https://github.com/notquiterussell/slackbot",
"license": "Apache-2.0",
"scripts": {
"slack": "nodemon lib/slack.js",
"microsoft": "nodemon lib/microsoft.js",
"build": "tsc",
"test": "jest",
"train": "node train"
},
"dependencies": {
"@botbuildercommunity/storage-mongodb": "^1.0.1",
"botbuilder": "^4.16.0",
"botbuilder-adapter-slack": "^1.0.14",
"botbuilder-nlpjs": "^1.1.1",
"dotenv": "^16.0.1",
"request": "^2.88.2",
"restify": "^8.6.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"csv-parser": "^3.0.0",
"jest": "^28.1.2",
"nodemon": "^2.0.19",
"prettier": "^2.7.1"
},
"overrides": {
"xlsx": "^0.18.5"
}
}