|
2 | 2 | "name": "tardis-machine", |
3 | 3 | "version": "3.35.5", |
4 | 4 | "engines": { |
5 | | - "node": ">=16" |
| 5 | + "node": ">=22" |
6 | 6 | }, |
7 | 7 | "description": "Locally runnable server with built-in data caching, providing both tick-level historical and consolidated real-time cryptocurrency market data via HTTP and WebSocket APIs", |
8 | 8 | "main": "dist/index.js", |
|
56 | 56 | ], |
57 | 57 | "license": "MPL-2.0", |
58 | 58 | "dependencies": { |
59 | | - "debug": "^4.3.4", |
60 | | - "find-my-way": "^6.3.0", |
61 | | - "is-docker": "^2.2.1", |
62 | | - "tardis-dev": "^13.35.3", |
63 | | - "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.42.0", |
64 | | - "yargs": "^17.5.1" |
| 59 | + "debug": "^4.4.1", |
| 60 | + "find-my-way": "^9.3.0", |
| 61 | + "is-docker": "^3.0.0", |
| 62 | + "tardis-dev": "^14.1.0", |
| 63 | + "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0", |
| 64 | + "yargs": "^18.0.0" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | | - "@types/debug": "^4.1.7", |
68 | | - "@types/jest": "^28.1.1", |
69 | | - "@types/node": "^18.11.9", |
70 | | - "@types/node-fetch": "^2.6.2", |
71 | | - "@types/split2": "^3.2.1", |
72 | | - "@types/ws": "^8.5.3", |
73 | | - "@types/yargs": "^17.0.10", |
| 67 | + "@types/debug": "^4.1.12", |
| 68 | + "@types/jest": "^30.0.0", |
| 69 | + "@types/node": "^24.1.0", |
| 70 | + "@types/node-fetch": "^2.6.13", |
| 71 | + "@types/split2": "^4.2.3", |
| 72 | + "@types/ws": "^8.18.1", |
| 73 | + "@types/yargs": "^17.0.33", |
74 | 74 | "cross-var": "^1.1.0", |
75 | | - "husky": "^8.0.2", |
76 | | - "jest": "^28.1.1", |
77 | | - "lint-staged": "^13.0.3", |
| 75 | + "husky": "^9.1.7", |
| 76 | + "jest": "^30.0.5", |
| 77 | + "lint-staged": "^16.1.2", |
78 | 78 | "node-fetch": "^2.6.1", |
79 | | - "prettier": "^2.8.0", |
80 | | - "split2": "^4.1.0", |
81 | | - "ts-jest": "^28.0.4", |
82 | | - "typescript": "^4.9.3", |
83 | | - "ws": "^8.11.0" |
| 79 | + "prettier": "^3.6.2", |
| 80 | + "split2": "^4.2.0", |
| 81 | + "ts-jest": "^29.4.0", |
| 82 | + "typescript": "^5.9.2", |
| 83 | + "ws": "^8.18.3" |
84 | 84 | }, |
85 | 85 | "lint-staged": { |
86 | 86 | "*.{ts}": [ |
|
0 commit comments