{ "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" } }