-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
{
"name": "rss-telegram-bot",
"version": "1.7.0",
"description": "RSSBot 是一个能帮你订阅 RSSHub 的 Telegram Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "cross-env NODE_ENV=dev nodemon --inspect index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yindaheng98/RSSBot.git"
},
"keywords": [
"RSS"
],
"author": "Howard Yin",
"license": "MIT",
"bugs": {
"url": "https://github.com/yindaheng98/RSSBot/issues"
},
"homepage": "https://github.com/yindaheng98/RSSBot#readme",
"dependencies": {
"const": "^1.0.0",
"global-agent": "^3.0.0",
"got": "11.8.3",
"jsdom": "^19.0.0",
"node-schedule": "^2.1.0",
"node-telegram-bot-api": "^0.56.0",
"psl": "^1.8.0",
"route-recognizer": "^0.3.4",
"tldts": "^6.1.11",
"winston": "^3.6.0"
}
}