-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"watch": "npx tsc-watch --onSuccess \"node dist/index.js\""
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/cron": "^2.0.1",
"@types/express": "^4.17.15",
"@types/jsdom": "^21.1.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/minio": "^7.0.15",
"@types/node-fetch": "^2.6.2",
"@types/nodemailer": "^6.4.7",
"@types/socket.io": "^3.0.2",
"@types/uuid": "^9.0.1",
"typescript": "^4.9.4"
},
"dependencies": {
"cors": "^2.8.5",
"cron": "^2.3.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-validator": "^6.14.2",
"googleapis": "^114.0.0",
"isomorphic-dompurify": "^0.26.0",
"jsdom": "^21.1.1",
"jsonwebtoken": "^9.0.0",
"log4js": "^6.7.1",
"mongoose": "^6.8.1",
"node-fetch": "^2.6.9",
"nodemailer": "^6.9.1",
"reflect-metadata": "^0.1.13",
"socket.io": "^4.5.4",
"tsc-watch": "^6.0.0",
"uuid": "^9.0.0"
}
}