-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 803 Bytes
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
{
"name": "backend",
"version": "1.0.0",
"description": "This is the OTT System app with full configuration",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Siam Ahnaf",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^3.1.1",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.5.1",
"graphql-iso-date": "^3.6.1",
"graphql-resolvers": "^0.4.2",
"graphql-upload": "^12.0.0",
"joi": "^17.4.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.13.5",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.3",
"otp-generator": "^2.0.1"
}
}