-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 897 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
{
"name": "tgbooru",
"version": "1.2.1",
"description": "a builtin personal inline booru for Telegram",
"bin": "./start.sh",
"main": "index.js",
"homepage": "https://t.me/myboorubot",
"scripts": {
"test": ":",
"start": "node index.js"
},
"bugs": {
"url": "https://github.com/arebaka/tgbooru/issues"
},
"author": "arelive <[email protected]> (https://are.moe)",
"license": "MIT",
"repository": "github:arebaka/tgbooru",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/arelive"
},
"keywords": [
"telegram",
"bot",
"booru",
"tag",
"inline",
"media",
"images",
"gif",
"video"
],
"dependencies": {
"@arelive/logger": "^1.1.1",
"dayjs": "^1.10.7",
"pg": "^8.7.1",
"serverline": "^1.5.0",
"telegraf": "^4.4.1",
"toml": "^3.0.0",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
}
}