forked from Zhanli-Li/Auto-Tutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 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
{
"name": "tutor-email-system",
"version": "1.0.0",
"description": "智能导师套磁邮件系统 - 后端服务",
"main": "email_server.js",
"scripts": {
"start": "node email_server.js",
"dev": "nodemon email_server.js",
"install-setup": "node install.js",
"postinstall": "node install.js"
},
"dependencies": {
"express": "^4.18.2",
"nodemailer": "^6.9.7",
"cors": "^2.8.5",
"multer": "^1.4.5",
"node-fetch": "^3.3.2",
"express-rate-limit": "^7.1.5",
"dotenv": "^16.3.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"keywords": [
"email",
"smtp",
"tutor",
"academic",
"application"
],
"author": "Your Name",
"license": "MIT"
}