-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 784 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 784 Bytes
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
{
"name": "twit-master-api",
"version": "1.0.0",
"description": "Backend API for Twitter-like app",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.879.0",
"@aws-sdk/lib-storage": "^3.679.0",
"aws-sdk": "^2.1692.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.0",
"multer": "^2.0.2",
"multer-s3": "^3.0.1",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0"
}
}