-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 911 Bytes
/
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
{
"scripts": {
"start": "nodemon --exec ts-node src/server.ts"
},
"dependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/nodemailer": "^6.4.8",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ethers": "4.0.47",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.4.2",
"node-cron": "^3.0.2",
"node-telegram-bot-api": "^0.63.0",
"nodemailer": "^6.9.3",
"nodemon": "^2.0.22",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tronweb": "^5.3.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/mysql": "^2.15.21",
"@types/node": "^20.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}