-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1000 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
{
"name": "be",
"version": "1.0.0",
"description": "backend HealthFood",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec ./node_modules/.bin/babel-node src/server.js"
},
"keywords": [
"backend",
"HealthFood"
],
"author": "Duan DUT",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^6.10.1",
"@google-cloud/translate": "^7.2.1",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^1.37.3",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"mysql2": "^3.2.0",
"sequelize": "^6.31.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"nodemon": "^2.0.7",
"sequelize-cli": "^6.6.0"
}
}