-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 951 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 951 Bytes
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
{
"type": "module",
"dependencies": {
"@types/xml2js": "^0.4.14",
"axios": "^1.13.1",
"concurrently": "^9.2.0",
"dotenv": "^17.0.0",
"feedparser": "^2.2.10",
"grammy": "^1.34.0",
"markdown-escape": "^2.0.0",
"mongodb": "^7.0.0",
"p-limit": "^7.2.0",
"pretty-bytes": "^7.0.0",
"xml2js": "^0.6.2"
},
"name": "rssify",
"version": "5.0",
"apivar": "3.6",
"description": "RSS-ify brings you the latest updates from your favorite feeds right into Telegram, hassle-free!",
"main": "bot.mjs",
"scripts": {
"start": "./start -c",
"dev": "./start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Burhanverse/rssify.git"
},
"author": "@Burhanverse",
"license": "MIT License",
"copyright": "Copyright (c) 2025 Burhanverse",
"bugs": {
"url": "https://github.com/Burhanverse/rssify/issues"
},
"homepage": "https://burhanverse.eu.org/blog/rssify"
}