-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 886 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
{
"name": "tg-bot-platform",
"version": "1.0.0-alpha.7",
"description": "This is a simple framework for creating Telegram bots based on `node-telegram-bot-api` and `redis`",
"main": "platform.js",
"scripts": {
"install": "cat src/classes/*.js src/index.js > platform.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slye-team/tg-bot-platform.git"
},
"keywords": [
"telegram",
"bot",
"node",
"api",
"telegram",
"api"
],
"author": "Alireza Ghadimi (Qti3e)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/qti3e/bot-platform/issues"
},
"homepage": "https://github.com/qti3e/bot-platform#readme",
"dependencies": {
"fs": "0.0.1-security",
"handlebars": "^4.0.10",
"node-telegram-bot-api": "",
"redis": ""
}
}