-
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) · 978 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 978 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": "3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec ts-node src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/identity": "^4.3.0",
"@azure/msal-node": "^2.9.2",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@types/cron": "^2.4.0",
"@types/ws": "^8.5.12",
"axios": "^1.7.7",
"bullmq": "^5.12.15",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"googleapis": "^140.0.1",
"ioredis": "^5.4.1",
"node-cron": "^3.0.3",
"nodemon": "^3.1.4",
"openai": "^4.52.1",
"puppeteer": "^23.3.0",
"ts-node": "^10.9.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.16.5",
"@types/node-cron": "^3.0.11",
"concurrently": "^9.0.0",
"typescript": "^5.5.2"
}
}