mirror of
https://github.com/sortedcord/omnia.git
synced 2026-09-05 05:43:47 +05:30
feat(api): Created openapi based pubic API contracts
- made DTOs - created an api-client
This commit is contained in:
14
packages/api-contracts/package.json
Normal file
14
packages/api-contracts/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user