-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 887 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 887 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
{
"name": "sgsupermartbot",
"version": "1.0.0",
"description": "SG Supermarket bot allow users to easily access SG Supermarket promotions through this bot.",
"main": "index.js",
"engines": {
"node": "8.11.1"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chialiyun/SGSupermarketChatbot.git"
},
"author": "Chia Li Yun",
"license": "ISC",
"bugs": {
"url": "https://github.com/chialiyun/SGSupermarketChatbot/issues"
},
"homepage": "https://github.com/chialiyun/SGSupermarketChatbot#readme",
"dependencies": {
"botbuilder": "^4.0.6",
"botbuilder-ai": "^4.0.6",
"botbuilder-dialogs": "^4.0.6",
"cheerio": "^1.0.0-rc.2",
"node-emoji": "^1.8.1",
"node-fetch": "^2.2.0",
"restify": "^7.2.1"
}
}