-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.84 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development nodemon index.js",
"start:prod": "cross-env NODE_ENV=production node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chatdaddy/client": "github:chatdaddy/typescript-client",
"@faker-js/faker": "^7.6.0",
"@google-cloud/local-auth": "^2.1.1",
"@googleapis/forms": "^2.0.0",
"audio-converter": "^1.0.13",
"axios": "^1.2.3",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.1",
"config": "^3.3.8",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",
"csvtojson": "^2.0.10",
"dayjs": "^1.11.7",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"file-type": "^18.2.0",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^2.0.6",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"moment-timezone": "^0.5.40",
"mongoose": "^6.6.1",
"mongoose-type-email": "^1.1.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"npm": "^9.1.2",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth2": "^0.2.0",
"qrcode-base64": "^1.0.1",
"qrcode-terminal": "^0.12.0",
"referral-codes": "^2.0.3",
"request": "^2.88.2",
"socket.io": "^4.5.4",
"stripe": "^11.5.0",
"ultramsg-whatsapp-api": "^1.0.2",
"uuid": "^9.0.0",
"valid-url": "^1.0.9",
"validator": "^13.7.0",
"whatsapp-web.js": "^1.18.4",
"whatsappcloudapi_wrapper": "^1.0.13",
"ws": "^8.2.3"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}