-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 985 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
{
"name": "ejp-whatsapp-bot",
"version": "1.0.6",
"description": "Whatsapp bot for Digital/e-Jaadui Pitara(eJP)",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"local": "NODE_ENV=local nodemon app.js"
},
"author": "ekstep",
"license": "ISC",
"dependencies": {
"@project-sunbird/telemetry-sdk": "0.0.29",
"ajv": "8.12.0",
"axios": "0.27.2",
"body-parser": "1.20.0",
"connect-redis": "2.0.0",
"connect-session-sequelize": "7.1.7",
"cookie-parser": "1.4.6",
"dateformat": "2.0.0",
"dot-object": "^2.1.4",
"dotenv": "16.3.1",
"express": "4.18.1",
"express-pino-logger": "7.0.0",
"express-session": "1.17.3",
"glob": "10.3.10",
"ioredis": "5.3.2",
"lodash": "4.17.15",
"pg": "8.11.3",
"pino": "8.17.2",
"pino-pretty": "10.3.0",
"sequelize": "6.35.2",
"uuid": "3.1.0"
},
"engines": {
"node": "16.x"
},
"devDependencies": {
"nodemon": "3.0.2"
}
}