-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
45
46
47
48
{
"name": "bloggio-api",
"version": "1.0.0",
"description": "RestfulAPI for bloggio ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omrfrkcpr/bloggio-api.git"
},
"author": "omerrfarukcapur@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/omrfrkcpr/bloggio-api/issues"
},
"homepage": "https://github.com/omrfrkcpr/bloggio-api#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.626.0",
"aws-sdk": "^2.1670.0",
"bcrypt": "^5.1.1",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"html-to-text": "^9.0.5",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.8.0",
"mongoose": "^8.5.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"redoc-express": "^2.1.0",
"swagger-autogen": "^2.23.7",
"swagger-ui-express": "^5.0.1",
"validator": "^13.12.0"
}
}