-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 890 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
39
40
{
"name": "telegraf-broadcast",
"version": "2.4.4",
"description": "Library for broadcast message to all users for telegraf.js",
"author": "Stas Kardash [email protected]",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RealPeha/telegraf-broadcast"
},
"bugs": {
"url": "https://github.com/RealPeha/telegraf-broadcast/issues"
},
"homepage": "https://github.com/RealPeha/telegraf-broadcast#readme",
"engines": {
"node": ">=12"
},
"files": [
"src/*.js",
"src/*.ts"
],
"dependencies": {
"bull": "^3.20.0"
},
"peerDependencies": {
"telegraf": "^3.38.0"
},
"keywords": [
"telegram bot api",
"telegram",
"bot",
"telegraf",
"telegraf bot",
"telegraf reply",
"telegraf broadcast",
"telegraf send all"
]
}