-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "mailbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"devenv": "nodemon src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeMaverick2/MailBOT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeMaverick2/MailBOT/issues"
},
"homepage": "https://github.com/CodeMaverick2/MailBOT#readme",
"dependencies": {
"@azure/identity": "^4.4.1",
"@azure/msal-node": "^2.13.0",
"@googleapis/gmail": "^12.0.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@types/express": "^4.17.21",
"@types/node": "^22.5.0",
"axios": "^1.7.5",
"bullmq": "^5.12.11",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"googleapis": "^142.0.0",
"node-outlook": "^1.1.8",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"openai": "^4.56.0",
"simple-oauth2": "^5.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/nodemailer": "^6.4.15"
}
}