-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
46
{
"name": "Creators Fantasy",
"version": "1.0.0",
"description": "Creators Fantasy",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"dependencies": {
"api": "^5.0.3",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"cashfree-sdk": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"distance": "^1.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-rate-limit": "^5.3.0",
"fast-two-sms": "^3.0.0",
"fuzzy-string-matching": "^1.0.2",
"googleapis": "^107.0.0",
"http-status-codes": "^2.1.4",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"ml-distance": "^4.0.0",
"mongoose": "^5.13.2",
"mongoose-sequence": "^5.3.1",
"nano-id": "^1.1.0",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.7",
"node-kmeans": "^1.1.9",
"pg": "^8.7.3",
"referral-code-generator": "^1.0.8",
"twilio": "^3.80.1"
},
"devDependencies": {
"nodemon": "^2.0.9"
},
"license": "ISC"
}