-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 887 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
{
"name": "smtp2graph",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"dev": "concurrently \"nodemon index.ts\" \"cd web-app && npm start\"",
"test": "ts-node testEmail.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/nodemailer": "^6.4.7",
"axios": "^1.2.2",
"concurrently": "^7.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"mailparser": "^3.6.3",
"moment": "^2.29.4",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"smtp-server": "^3.11.0",
"socket.io": "^4.5.4",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
"@types/express-ws": "^3.0.1",
"@types/mailparser": "^3.4.0",
"@types/smtp-server": "^3.5.7"
}
}