-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 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
{
"name": "money-mate",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^5.0.0",
"@types/html-to-text": "^9.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/otp-generator": "^4.0.2",
"@types/pug": "^2.0.10",
"i": "^0.3.7",
"npm": "^11.0.0",
"ts-node": "^10.9.2",
"tsyringe": "^4.8.0"
},
"dependencies": {
"@bull-board/api": "^5.23.0",
"@bull-board/express": "^5.23.0",
"@bull-board/ui": "^5.23.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"bullmq": "^5.34.4",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"generate-passphrase": "^1.3.0",
"html-to-text": "^9.0.5",
"i18n-iso-countries": "^7.13.0",
"ioredis": "^5.4.2",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"libphonenumber-js": "^1.11.17",
"morgan": "^1.10.0",
"nodemailer": "^6.9.16",
"otp-generator": "^4.0.1",
"pg": "^8.13.1",
"pino": "^9.6.0",
"pug": "^3.0.3",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.20",
"typeorm-naming-strategies": "^4.1.0",
"uuid": "^11.0.3",
"winston": "^3.17.0"
}
}