-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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": "topbot",
"version": "1.2.0",
"description": "a Telegram bot for those who wanna boast of their arch linux in the telegram, but are too lazy to run neofetch",
"bin": "./start.sh",
"main": "index.js",
"homepage": "https://github.com/arebaka/topbot#readme",
"scripts": {
"test": ":",
"start": "node index.js"
},
"bugs": {
"url": "https://github.com/arebaka/topbot/issues"
},
"author": "arelive <me@are.moe> (https://are.moe)",
"license": "MIT",
"repository": "github:arebaka/topbot",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/arelive"
},
"keywords": [
"telegram",
"bot",
"system",
"linux",
"arch",
"neofetch",
"top",
"monitor",
"htop",
"processes"
],
"dependencies": {
"@arelive/logger": "^1.1.1",
"human-readable": "^0.2.1",
"printf": "^0.6.1",
"puppeteer": "^13.0.1",
"serverline": "^1.5.0",
"systeminformation": "^5.9.17",
"telegraf": "^4.4.1",
"toml": "^3.0.0",
"uuid": "^8.3.2"
}
}