-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 727 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
{
"name": "clubhouse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node --watch app.js",
"start": "node app.js",
"sow": "node seeds.js",
"schema-creation": "node schema.js"
},
"keywords": [],
"author": "Swagatam Pati <swagatamheroz@gmail.com>",
"license": "ISC",
"type": "module",
"dependencies": {
"bcryptjs": "^3.0.2",
"connect-pg-simple": "^10.0.0",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.13.3",
"pg-native": "^3.2.2"
}
}