-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 812 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 812 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
32
33
34
35
{
"name": "social-media-rest-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git remote add origin https://github.com/nurikaraca/Social-Media-REST-API.git"
},
"author": "nuri karaca",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.1",
"moment": "^2.29.4",
"mongodb-memory-server": "^8.13.0",
"mongoose": "^7.4.1",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"jest": "^29.6.1"
}
}