hts/internal/schema/package.json

16 lines
319 B
JSON

{
"name": "@aigxion/schema",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "Andreas Thomas",
"license": "AGPL-3.0",
"devDependencies": {
"@types/node": "^20.11.24",
"@aigxion/tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
"dependencies": {
"zod": "3.22.4"
}
}