-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 961 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
34
35
36
37
38
{
"name": "codeaptor",
"version": "1.0.0",
"description": "Enterprise Grade Fullstack MERN Authentication Gateway",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"postinstall": "which patch-package 2>/dev/null && patch-package || true"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@adminjs/express": "^6.1.1",
"@adminjs/mongoose": "^4.1.0",
"@clerk/express": "^2.1.22",
"adminjs": "^7.8.17",
"connect-mongo": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
"express-session": "^1.19.0",
"helmet": "^8.2.0",
"ioredis": "^5.11.1",
"mongoose": "^9.6.3",
"morgan": "^1.10.1",
"svix": "^1.45.1",
"typesense": "^3.0.6",
"zod": "^4.4.3"
},
"devDependencies": {
"nodemon": "^3.1.14",
"patch-package": "^8.0.1"
}
}