@lyxa.ai/types
Version:
Lyxa type definitions and validation schemas for both frontend and backend
28 lines • 567 B
JSON
{
"name": "@lyxa.ai/types",
"version": "1.0.223",
"description": "Lyxa type definitions and validation schemas for both frontend and backend",
"author": "elie <42282499+Internalizable@users.noreply.github.com>",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"files": [
"**/*"
],
"keywords": [
"lyxa",
"types",
"validation",
"enums",
"typescript",
"frontend",
"backend"
],
"dependencies": {
"zod": "^3.24.1",
"@types/node": "^22.10.2"
},
"publishConfig": {
"access": "public"
}
}