-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 866 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
37
{
"name": "knp",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server",
"dev": "nodemon server"
},
"author": "HEX GROUP",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.7.2",
"chalk": "^4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.2",
"jalali-moment": "^3.3.11",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongodb": "^5.7.0",
"mongoose": "^8.7.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.4",
"prompt-sync": "^4.2.0",
"redis": "^4.7.0",
"sqlite3": "^5.1.6",
"telegraf": "^4.12.2",
"why-is-node-running": "^2.2.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}