-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
47
48
{
"name": "anokha_backend_2023",
"version": "1.0.0",
"description": "Ohoo! Anokha is Back!",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kvaisakhkrishnan/Anokha_Backend_2023.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kvaisakhkrishnan/Anokha_Backend_2023/issues"
},
"homepage": "https://github.com/kvaisakhkrishnan/Anokha_Backend_2023#readme",
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csrf": "^3.1.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"helmet": "^6.0.1",
"js-sha512": "^0.8.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"mysql2": "^3.2.0",
"nodemailer": "^6.9.1",
"paseto": "^3.1.2",
"payu-sdk": "^1.1.1",
"payumoney_nodejs": "^2.0.4",
"query-string": "^8.1.0",
"random-number": "^0.0.9",
"request": "^2.88.2",
"sha512": "^0.0.1",
"stream": "^0.0.2",
"tweetnacl": "^1.0.3",
"validator": "^13.9.0"
}
}