Files
lxc-streamutils/packages/protocol/package.json
T
2026-07-14 21:31:59 -07:00

10 lines
397 B
JSON

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