-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.54 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.54 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
61
62
{
"name": "bluezone",
"version": "1.0.0",
"description": "An Online Plateform for Hosting and Participating Battlegrounds Mobile India Tournaments. Participate, Play and Win Real Cash Money for Your Awesome Gameplay.",
"main": "index.js",
"engines": {
"node": ">10.6.0"
},
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"keywords": [
"PUBG",
"BGMI",
"Tournaments",
"Online",
"Cash",
"Reward",
"Money",
"eSports",
"Participate"
],
"author": "Shashi Kant Yadav",
"license": "ISC",
"devDependencies": {
"eslint": "7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-node": "4.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-security": "1.4.0",
"nodemon": "2.0.12",
"prettier": "2.3.2"
},
"dependencies": {
"axios": "0.23.0",
"client": "file:client",
"compression": "1.7.4",
"concurrently": "6.2.1",
"cors": "2.8.5",
"create-react-app": "4.0.3",
"date-fns": "2.23.0",
"dotenv": "10.0.0",
"express": "4.17.1",
"helmet": "4.6.0",
"hpp": "0.2.3",
"is-empty": "1.2.0",
"jsonwebtoken": "8.5.1",
"mongoose": "5.13.7",
"multer": "1.4.3",
"nanoid": "3.1.25",
"razorpay": "2.0.6",
"twilio": "3.67.0",
"validator": "13.6.0",
"xss-clean": "0.1.1"
}
}