forked from dipanjanpanja6/Techclub-server
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 909 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": "gcect_techclub",
"version": "1.0.0",
"description": "GCECT Techclub ",
"main": "index.js",
"scripts": {
"prestart": "node scripts/env_validate.js",
"start": "nodemon index.js",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"setup": "node scripts/create_env_file.js"
},
"author": "Dipanjan Panja",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-useragent": "^1.0.13",
"firebase": "^7.14.4",
"firebase-admin": "^8.12.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.4",
"random-id": "^1.0.4",
"socket.io": "^2.3.0"
},
"devDependencies": {
"prettier": "^2.3.2"
}
}