-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
package.json
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
{
"name": "lasertag-gravitas-csi",
"version": "1.0.0",
"description": "Backend for the CSIVITU Gravitas Event: LaserTag",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yug-Oswal/lasertag-gravitas-csi.git"
},
"keywords": [
"Backend",
"Express",
"LaserTag",
"CSI"
],
"author": "Yug Oswal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yug-Oswal/lasertag-gravitas-csi/issues"
},
"homepage": "https://github.com/Yug-Oswal/lasertag-gravitas-csi#readme",
"dependencies": {
"aws-sdk": "^2.1461.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.0.1",
"fs": "^0.0.1-security",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.1",
"libphonenumber-js": "^1.10.44",
"moment-timezone": "^0.5.43",
"mongoose": "^7.4.3",
"nodemailer": "^6.9.5",
"otp-generator": "^4.0.1",
"winston": "^3.10.0",
"xlsx": "^0.18.5"
}
}