-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "to-be-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clear-db": "cd src/dev && node clearDB.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/translate": "^8.1.0",
"axios": "^1.3.4",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"easyinvoice": "^3.0.16",
"express": "^4.18.2",
"express-list-endpoints": "^6.0.0",
"express-validator": "^7.0.1",
"firebase-admin": "^12.0.0",
"google-translate-api": "^2.3.0",
"mysql": "^2.18.1",
"mysql2": "^3.9.1",
"natural": "^6.12.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"sentiment": "^5.0.2",
"sequelize": "^6.35.2",
"sequelize-cli": "^6.6.2",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"twilio": "^4.23.0",
"uniqid": "^5.4.0",
"uuid": "^9.0.1",
"winston": "^3.8.2",
"xlsx": "^0.18.5"
}
}