-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "toeic-test-nodejs",
"version": "1.0.0",
"description": "> Backend app TOEIC TEST viết bằng NodeJS",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrungDuc19/toeic-test-nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrungDuc19/toeic-test-nodejs/issues"
},
"homepage": "https://github.com/TrungDuc19/toeic-test-nodejs#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.40.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status": "^1.6.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.3.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.9.4"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}