-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "mutlicase-auth",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "nodemon index.ts",
"dev": "tsx watch ./index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-mandy/mutlicase-auth.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/e-mandy/mutlicase-auth/issues"
},
"homepage": "https://github.com/e-mandy/mutlicase-auth#readme",
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/cookie-parser": "^1.4.10",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.0.8",
"prisma": "^7.3.0",
"ts-node": "^10.9.2",
"tsx": "^4.21.0"
},
"dependencies": {
"@prisma/adapter-mariadb": "^7.2.0",
"@prisma/client": "^7.2.0",
"@types/axios": "^0.9.36",
"@types/cron": "^2.0.1",
"@types/dotenv": "^6.1.1",
"@types/express": "^5.0.6",
"@types/express-rate-limit": "^5.1.3",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^7.0.5",
"@types/qrcode": "^1.5.6",
"@types/speakeasy": "^2.0.10",
"axios": "^1.13.3",
"bcrypt": "^6.0.0",
"cron": "^4.4.0",
"dotenv": "^17.2.3",
"dotenv-ts": "^0.2.1",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"jsonwebtoken": "^9.0.3",
"node-cron": "^4.2.1",
"nodemailer": "^7.0.12",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0",
"zod": "^4.3.5"
}
}