-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "server_codes",
"version": "1.0.0",
"description": "Server for an app that records attendance",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/suman1406/quick_attendance_server_code.git"
},
"keywords": [
"nodejs",
"backend"
],
"author": "Suman Panigrahi",
"license": "ISC",
"bugs": {
"url": "https://github.com/suman1406/quick_attendance_server_code/issues"
},
"homepage": "https://github.com/suman1406/quick_attendance_server_code#readme",
"dependencies": {
"cluster": "^0.7.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"helmet": "^7.1.0",
"ip": "^1.1.8",
"mysql2": "^3.6.3",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.2",
"otp-generator": "^4.0.1",
"paseto": "^3.1.4",
"pid": "^1.0.0",
"process": "^0.11.10",
"secure-random-password": "^0.2.3",
"validator": "^13.11.0"
}
}