Files
2026-08-05 19:21:11 +07:00

19 lines
414 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}