-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.51 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.51 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "social",
"version": "1.0.0",
"description": "A Social Networking Platform for Ajegunle People",
"main": "index.js",
"scripts": {
"start": "node src/dist/index.js",
"build": "tsc",
"dev": "ts-node-dev --respawn --transpile-only index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeLab-Collaborators/socialBE.git"
},
"keywords": [
"social",
"ajegunle",
"people",
"slum",
"love",
"dreams",
"school",
"fun"
],
"author": "CodeLab Devs",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeLab-Collaborators/socialBE/issues"
},
"homepage": "https://github.com/CodeLab-Collaborators/socialBE#readme",
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-session": "^2.0.44",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
"@types/passport": "^1.0.12",
"amqplib": "^0.10.3",
"bcrypt": "^5.1.0",
"cloudinary": "^1.37.3",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"googleapis": "^122.0.0",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.3.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"streamifier": "^0.1.1",
"streamify": "^1.0.0",
"ts-node-dev": "^2.0.0"
}
}