-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 728 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
{
"name": "bot-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionian-wind/bot-example.git"
},
"author": "Dmitriy Shadrunov <ionian.wind@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionian-wind/bot-example/issues"
},
"homepage": "https://github.com/ionian-wind/bot-example#readme",
"dependencies": {
"express": "^4.17.1",
"messaging-api-messenger": "^0.8.2",
"messaging-api-telegram": "^0.8.2",
"messaging-api-viber": "^0.8.2",
"localtunnel": "^2.0.0"
}
}