-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 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
{
"name": "typed-binary-monorepo",
"version": "0.0.0",
"private": true,
"description": "Describe binary structures with full TypeScript support. Encode and decode into pure JavaScript objects.",
"keywords": [
"arraybuffer",
"backend",
"bin",
"binary",
"buffer",
"data",
"decoding",
"deserialization",
"deserialize",
"encoding",
"front-end",
"json",
"schema",
"serial",
"serialization",
"serialize",
"structure",
"type",
"typed",
"types",
"typescript"
],
"license": "MIT",
"author": "Iwo Plaza <iwoplaza@gmail.com>",
"scripts": {
"check": "pnpm lint && pnpm test && pnpm -r check",
"lint": "oxlint && oxfmt --check",
"fix": "oxlint --fix && oxfmt",
"test": "vitest run",
"build": "pnpm -r build",
"dev": "pnpm -r dev",
"dev:test": "vitest",
"ts-version": "tsc -v"
},
"devDependencies": {
"@types/node": "^20.14.11",
"arg": "^5.0.2",
"cypress": "^15.11.0",
"oxfmt": "^0.36.0",
"oxlint": "^1.51.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"tsup": "8.1.0",
"tsx": "^4.16.2",
"typed-binary": "workspace:*",
"typescript": "catalog:",
"vitest": "^4.0.18",
"zod": "^3.24.1"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}