-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
{
"name": "gameu2play",
"version": "1.0.0",
"description": "GameU2Play Backend - The Best Gaming Platform for Better Experience",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node backend/server",
"server": "nodemon backend/server",
"admin": "npm start --prefix frontend/admin",
"client": "npm run dev --prefix frontend/client",
"dev": "concurrently \"npm run server\" \"npm run client\" \"npm run admin\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mzcoder-hub/GameU2Play.git"
},
"keywords": [
"Gaming Platform",
"Gaming News",
"Gaming Updates",
"Gaming Forum",
"Gaming Competition"
],
"author": "MzCoder",
"license": "ISC",
"bugs": {
"url": "https://github.com/mzcoder-hub/GameU2Play/issues"
},
"homepage": "https://github.com/mzcoder-hub/GameU2Play#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"config": "^3.3.6",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.10.1",
"formik": "^2.2.9",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.3",
"nodemailer-smtp-transport": "^2.7.4",
"path": "^0.12.7",
"sweetalert2": "^11.1.10"
},
"devDependencies": {
"concurrently": "^6.0.2",
"nodemon": "^2.0.7"
}
}