{ "name": "@app/validation", "version": "0.1.0", "private": true, "type": "module", "description": "Zod-scheman för API-kontrakten – delas av api, worker, admin och mobil", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@app/shared-types": "workspace:*", "zod": "^4.4.0" } }