-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 Bytes
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
{
"name": "mailauth",
"version": "none",
"description": "",
"homepage": "https://github.com/CodeShellDev/mailauth#readme",
"bugs": {
"url": "https://github.com/CodeShellDev/mailauth/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeShellDev/mailauth.git"
},
"license": "MIT",
"author": "codeshelldev",
"type": "commonjs",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/app.js"
},
"dependencies": {
"axios": "^1.9.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"mongo": "^0.1.0",
"passport": "^0.7.0",
"passport-openidconnect": "^0.1.2",
"redis": "^5.1.1",
"tldts": "^7.0.8"
}
}