-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.94 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
60
61
62
63
64
65
66
67
68
69
70
{
"scripts": {
"test": "jest",
"build-old": "tsc",
"build": "node esbuild.js",
"start-old": "npm run build && node dist/apps/RestApi/Main.js",
"start": "npm run build && node --enable-source-maps dist/apps/RestApi/Main.js"
},
"type": "commonjs",
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/faker": "^6.6.11",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^22.7.7",
"@types/node-fetch": "^2.6.12",
"@types/nodemailer": "^6.4.16",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.12",
"esbuild": "^0.25.0",
"esbuild-copy-static-files": "^0.1.0",
"jest": "^29.7.0",
"module-resolver": "^1.0.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.693.0",
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/client-sqs": "^3.693.0",
"@faker-js/faker": "^9.2.0",
"@types/aws-sdk": "^0.0.42",
"@types/multer": "^1.4.12",
"@types/otplib": "^7.0.0",
"axios": "^1.7.8",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"faker": "^5.5.3",
"file-api": "^0.10.4",
"file-type": "^20.1.0",
"firebase": "^11.1.0",
"google-auth-library": "^9.15.0",
"googleapis": "^144.0.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^5.9.2",
"mongoose": "^8.8.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.11.3",
"neo4j-driver": "^5.26.0",
"nodemailer": "^6.9.15",
"otplib": "^12.0.1",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.2",
"ts-node": "^10.9.2",
"typeorm": "^0.3.20",
"typescript": "^5.6.3",
"uuid": "^10.0.0",
"ws": "^8.18.0"
}
}