-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "@trpc/tests",
"private": true,
"scripts": {
"lint": "eslint --cache .",
"typecheck": "tsc --noEmit --preserveWatchOutput --pretty"
},
"dependencies": {
"@fastify/busboy": "^3.0.0",
"@fastify/websocket": "^11.0.0",
"@js-temporal/polyfill": "^0.4.4",
"@trpc/client": "11.16.0",
"@trpc/server": "11.16.0",
"@types/node": "^22.13.5",
"abort-controller": "^3.0.0",
"arktype": "^2.0.1",
"dataloader": "^2.2.2",
"devalue": "^5.0.0",
"effect": "3.21.0",
"eslint": "^9.26.0",
"fastify": "^5.0.0",
"fastify-plugin": "^5.0.0",
"jsdom": "^29.0.0",
"myzod": "^1.3.1",
"node-fetch": "^3.3.0",
"runtypes": "^7.0.0",
"scale-codec": "^0.13.0",
"srvx": "0.11.13",
"superstruct": "^2.0.0",
"supertest": "^7.0.0",
"tsx": "^4.19.3",
"tupleson": "0.23.1",
"typescript": "^5.9.2",
"undici": "^7.0.0",
"valibot": "1.3.1",
"ws": "^8.0.0",
"yup": "^1.0.0",
"zod-form-data": "^3.0.1"
},
"version": "11.16.0"
}