-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 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
{
"name": "time-share-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@getbrevo/brevo": "^1.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"braintree": "^3.19.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"get-video-duration": "^4.1.0",
"http": "^0.0.1-security",
"i18next": "^23.6.0",
"i18next-fs-backend": "^2.2.0",
"i18next-http-middleware": "^3.4.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.6.4",
"mongoose-long": "^0.8.0",
"nodemailer": "^6.9.7",
"socket.io": "^4.7.1",
"twilio": "^4.19.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}