-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 861 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
{
"name": "rss-mailer",
"version": "0.0.2",
"description": "RssMailer",
"main": "index.js",
"bin": {
"rssmailer": "dist/bin/rssmailer.js"
},
"scripts": {
"dev": "tsc -w --sourceMap",
"build": "rm -fr ./dist && tsc && cp -r src/template dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WayneGongCN/rss-mailer.git"
},
"author": "waynegong <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/WayneGongCN/rss-mailer",
"dependencies": {
"@types/ejs": "^3.1.0",
"@types/node": "^17.0.24",
"@types/nodemailer": "^6.4.4",
"@types/xml2js": "^0.4.11",
"axios": "^0.26.1",
"commander": "^9.2.0",
"ejs": "^3.1.6",
"iconv-lite": "^0.6.3",
"log4js": "^6.4.5",
"nodemailer": "^6.7.3",
"rss-parser": "^3.12.0",
"typescript": "^4.6.3"
}
}