-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 943 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
41
42
43
44
45
{
"name": "lenabot",
"version": "1.11.0",
"description": "a trigger bot for Telegram chats configurable by admins",
"bin": "./start.sh",
"main": "index.js",
"homepage": "https://t.me/eslenabot",
"scripts": {
"test": "echo no tests...",
"start": "node index.js"
},
"bugs": {
"url": "https://github.com/arebaka/lena/issues"
},
"author": "arelive <me@are.moe> (https://are.moe)",
"license": "MIT",
"repository": "github:arebaka/lena",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/arelive"
},
"keywords": [
"telegram",
"bot",
"trigger",
"messages",
"words",
"images",
"stickers",
"audio",
"gif",
"video",
"voice",
"polls"
],
"dependencies": {
"@arelive/logger": "^1.1.1",
"dayjs": "^1.10.7",
"pg": "^8.6.0",
"serverline": "^1.5.0",
"telegraf": "^4.4.1",
"toml": "^3.0.0",
"yaml": "^1.10.2"
}
}