-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 883 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
37
38
39
40
{
"name": "leetcode-daily-mailer",
"version": "0.0.1",
"description": "Send leetcode's Question of the Day via email|通过邮件发送leetcode的每日一题",
"main": "dist/index.js",
"scripts": {},
"files": [
"dist",
"README_ZH.md",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ruleeeer/leetcode-daily-mailer.git"
},
"engines": {
"node": ">=16",
"pnpm": ">=8"
},
"keywords": [
"leetcode",
"daily question",
"mail"
],
"author": "ruleeeer",
"license": "Apache 2.0",
"devDependencies": {
"@types/node": "^18.16.17",
"@vercel/node": "^2.15.1",
"conventional-changelog-cli": "^3.0.0",
"typescript": "^5.1.3"
},
"dependencies": {
"i18n": "^0.15.1",
"leetcode-daily-question": "^0.0.4",
"nodemailer": "^6.9.3"
}
}