-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 891 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
{
"name": "ln",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "This repository contains a fully functional **Social Media REST API** built with **Node.js**, **Express.js**, and **MongoDB**. It supports core social media functionalities, from basic CRUD operations to advanced features like user authentication, story uploads, messaging, and more.",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-async-errors": "^3.1.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.7",
"path": "^0.12.7",
"serve-static": "^1.16.2"
}
}