-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.32 KB
/
package.json
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
{
"name": "typed-binary-monorepo",
"version": "0.0.0",
"description": "Describe binary structures with full TypeScript support. Encode and decode into pure JavaScript objects.",
"private": true,
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"scripts": {
"check": "pnpm lint && pnpm test && pnpm -r check",
"lint": "biome check .",
"fix": "biome check --write .",
"test": "vitest run",
"build": "pnpm -r build",
"dev": "pnpm -r dev",
"dev:test": "vitest",
"ts-version": "tsc -v"
},
"keywords": [
"typescript",
"type",
"types",
"typed",
"binary",
"bin",
"data",
"structure",
"schema",
"backend",
"front-end",
"json",
"arraybuffer",
"buffer",
"encoding",
"decoding",
"serial",
"serialize",
"serialization",
"deserialization",
"deserialize"
],
"author": "Iwo Plaza <[email protected]>",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.14.11",
"cypress": "^13.13.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"tsup": "8.1.0",
"tsx": "^4.16.2",
"typed-binary": "workspace:*",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"arg": "^5.0.2",
"zod": "^3.24.1"
}
}