-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
43
44
{
"name": "x2mint-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index",
"swagger": "node ./swagger.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"argon2": "^0.28.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.27.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dateformat": "^5.0.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"generate-password": "^1.7.0",
"google-auth-library": "^7.10.2",
"googleapis": "^92.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.14",
"mongoose-plugin-autoinc": "^1.1.9",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"qs": "^6.10.2",
"swagger-ui-express": "^5.0.1",
"unique-username-generator": "^1.0.1",
"username-generator": "^1.1.0",
"vietnamese-slug": "^1.1.4"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"devDependencies": {
"swagger-autogen": "^2.23.7"
}
}