mirror of
https://github.com/sortedcord/omnia.git
synced 2026-09-05 05:43:47 +05:30
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"name": "@omnia/api-contracts",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./v1": "./dist/v1/index.js",
|
|
"./openapi": "./dist/v1/openapi.js"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^4.4.3"
|
|
}
|
|
}
|