-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 844 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
28
29
30
31
32
{
"name": "comfycouch-backend",
"version": "1.0.0",
"description": "nodejs backend",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hritik-hk/ComfyCouch-v2.0-backend.git"
},
"author": "Hritik Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/hritik-hk/ComfyCouch-v2.0-backend/issues"
},
"homepage": "https://github.com/hritik-hk/ComfyCouch-v2.0-backend#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.2",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"stripe": "^14.11.0"
}
}