-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (41 loc) · 944 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
38
39
40
41
42
{
"name": "softmark-crm",
"version": "1.0.0",
"main": "index.js",
"proxy": "https://dialpad-crm-production.up.railway.app",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.41.3",
"cors": "^2.8.5",
"cron": "^3.1.7",
"csv-parser": "^3.0.0",
"docker": "^1.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"helmet": "^7.1.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"pg": "^8.12.0",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"socket.io": "^4.7.5",
"typeorm": "^0.3.20",
"uuid": "^10.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"prettier": "3.3.3"
}
}