-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 939 Bytes
/
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
{
"name": "project-osiris",
"version": "1.4.0",
"description": "Node.JS Telegram Bot Framework",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wfjsw/project-osiris.git"
},
"keywords": [
"telegram",
"bot",
"framework"
],
"author": "wfjsw",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wfjsw/project-osiris/issues"
},
"homepage": "https://github.com/wfjsw/project-osiris#readme",
"dependencies": {
"base64-url": "^2.1.0",
"bl": "^1.2.1",
"bluebird": "^3.5.1",
"debug": "^2.6.9",
"depd": "^1.1.2",
"eventemitter3": "^2.0.3",
"file-type": "^3.9.0",
"mime": "^1.6.0",
"node-telegram-bot-api": "git+https://gitlab.com/wfjsw/libtelegrambot.git",
"pump": "^1.0.3",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}