-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 885 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 885 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
{
"name": "tasks",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@lesjoursfr/html-to-epub": "^4.5.2",
"axios": "^1.11.0",
"cheerio": "^1.1.2",
"cloudconvert": "^3.0.0",
"dotenv": "^17.2.2",
"ioredis": "^5.7.0",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^7.0.6",
"rss-parser": "^3.13.0",
"tsconfig-paths": "^4.2.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/ioredis": "^5.0.0",
"@types/node": "^24.3.1",
"@types/node-cron": "^3.0.11",
"@types/node-telegram-bot-api": "^0.64.10",
"@types/nodemailer": "^7.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}