initial commit

This commit is contained in:
2026-07-14 21:31:59 -07:00
commit bd79966218
61 changed files with 19379 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "@lxc/protocol",
"version": "0.1.0",
"type": "module",
"exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } },
"scripts": { "build": "tsc -p tsconfig.json", "check": "tsc -p tsconfig.json --noEmit", "test": "node --test test/*.test.mjs" },
"dependencies": { "zod": "^3.24.2" },
"devDependencies": { "typescript": "^5.8.3", "vitest": "^3.1.1" }
}