|
5 | 5 | "main": "./dist/src/main.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "tsc", |
8 | | - "start": "ts-node --files --transpile-only ./src/main.ts", |
9 | | - "start:prod": "bash start.sh", |
10 | | - "start:dev": "tsnd --files --transpile-only --respawn --ignore-watch node_modules ./src/main.ts", |
| 8 | + "start": "cross-env NODE_ENV=dev ts-node --files --transpile-only ./src/main.ts", |
| 9 | + "start:prod": "cross-env NODE_ENV=prod bash start.sh", |
| 10 | + "start:dev": "cross-env NODE_ENV=dev tsnd --files --transpile-only --respawn --ignore-watch node_modules ./src/main.ts", |
| 11 | + "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", |
11 | 12 | "test": "clear && tsnd --files --transpile-only --respawn --ignore-watch node_modules ./test/all.test.ts" |
12 | 13 | }, |
13 | 14 | "repository": { |
|
43 | 44 | "dependencies": { |
44 | 45 | "@adiwajshing/keyed-db": "^0.2.4", |
45 | 46 | "@hapi/boom": "^10.0.1", |
46 | | - "@prisma/client": "^5.19.1", |
| 47 | + "@prisma/client": "^6.10.1", |
47 | 48 | "@whiskeysockets/baileys": "^6.7.16", |
48 | 49 | "axios": "^1.7.7", |
49 | 50 | "class-validator": "^0.14.0", |
|
60 | 61 | "js-yaml": "^4.1.0", |
61 | 62 | "jsonschema": "^1.4.1", |
62 | 63 | "jsonwebtoken": "^9.0.2", |
63 | | - "mime-types": "^2.1.35", |
| 64 | + "mime-types": "^3.0.1", |
64 | 65 | "mine": "^0.1.0", |
65 | 66 | "minio": "^8.0.0", |
66 | | - "multer": "^1.4.5-lts.1", |
| 67 | + "multer": "^2.0.1", |
67 | 68 | "node-cache": "^5.1.2", |
68 | | - "npm": "^10.8.3", |
| 69 | + "npm": "^11.4.2", |
69 | 70 | "pino": "^9.4.0", |
70 | | - "pino-pretty": "^11.0.0", |
| 71 | + "pino-pretty": "^13.0.0", |
71 | 72 | "qrcode": "^1.5.1", |
72 | 73 | "qrcode-terminal": "^0.12.0", |
73 | | - "sharp": "^0.33.5", |
| 74 | + "sharp": "^0.34.2", |
74 | 75 | "swagger-ui-express": "^5.0.1", |
75 | | - "ulid": "^2.3.0", |
| 76 | + "ulid": "^3.0.1", |
76 | 77 | "ws": "^8.18.0", |
77 | 78 | "yamljs": "^0.3.0" |
78 | 79 | }, |
|
84 | 85 | "@types/fluent-ffmpeg": "^2.1.26", |
85 | 86 | "@types/js-yaml": "^4.0.9", |
86 | 87 | "@types/jsonwebtoken": "^9.0.5", |
87 | | - "@types/mime-types": "^2.1.4", |
| 88 | + "@types/mime-types": "^3.0.1", |
88 | 89 | "@types/multer": "^1.4.12", |
89 | | - "@types/node": "^22.8.6", |
| 90 | + "@types/node": "^24.0.3", |
90 | 91 | "@types/qrcode": "^1.5.5", |
91 | 92 | "@types/qrcode-terminal": "^0.12.2", |
92 | 93 | "@types/swagger-ui-express": "^4.1.6", |
93 | 94 | "@types/ws": "^8.5.10", |
94 | 95 | "@types/yamljs": "^0.2.34", |
95 | | - "@typescript-eslint/eslint-plugin": "6.21.0", |
96 | | - "@typescript-eslint/parser": "6.21.0", |
97 | | - "copy-webpack-plugin": "^12.0.2", |
98 | | - "eslint": "8.47.0", |
99 | | - "eslint-config-prettier": "^9.1.0", |
| 96 | + "@typescript-eslint/eslint-plugin": "8.34.1", |
| 97 | + "@typescript-eslint/parser": "8.34.1", |
| 98 | + "copy-webpack-plugin": "^13.0.0", |
| 99 | + "eslint": "9.29.0", |
| 100 | + "eslint-config-prettier": "^10.1.5", |
100 | 101 | "eslint-plugin-prettier": "^5.0.1", |
101 | 102 | "prettier": "^3.1.0", |
102 | | - "prisma": "^5.14.0", |
| 103 | + "prisma": "^6.10.1", |
103 | 104 | "ts-node-dev": "^2.0.0", |
104 | 105 | "typescript": "^5.4.5" |
105 | 106 | } |
|
0 commit comments