-
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) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 755 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": "devtinder-backend",
"version": "1.0.0",
"description": "tinder for devs",
"homepage": "https://github.com/Lalith246/devTinder#readme",
"bugs": {
"url": "https://github.com/Lalith246/devTinder/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lalith246/devTinder.git"
},
"license": "ISC",
"author": "Lalith Kanakamedala",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"dependencies": {
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.19.1",
"nodemon": "^3.1.10",
"validator": "^13.15.15"
}
}