{ "name": "@trek/shared", "version": "0.0.0", "private": true, "description": "Shared API contracts (Zod schemas) — single source of truth for TREK server and client.", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./*": "./src/*.ts" }, "scripts": { "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "zod": "^4.3.6" }, "devDependencies": { "typescript": "^6.0.2", "vitest": "^3.2.4" } }