- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
46 lines (46 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 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
44
45
46
{
"name": "mailbaux",
"version": "none",
"description": "",
"homepage": "https://github.com/CodeShellDev/mailbaux#readme",
"bugs": {
"url": "https://github.com/CodeShellDev/mailbaux/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeShellDev/mailbaux.git"
},
"license": "MIT",
"author": "codeshelldev",
"type": "module",
"main": "src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/server.js"
},
"imports": {
"#services/*": "./src/services/*.js",
"#services": "./src/services/index.js",
"#utils/*": "./src/utils/*.js",
"#types/*": "./src/types/*.js",
"#router": "./src/router.js",
"#routes/*": "./src/routes/*.js",
"#routes": "./src/routes/index.js"
},
"dependencies": {
"axios": "^1.9.0",
"connect-redis": "^10.0.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"micromatch": "^4.0.8",
"mongo": "^0.1.0",
"passport": "^0.7.0",
"passport-openidconnect": "^0.1.2",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"redis": "^5.1.1",
"tldts": "^7.0.8"
}
}