add shared contracts

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-31 21:25:38 +00:00
parent bc1878c1da
commit 679fd504a2
6 changed files with 126 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"name": "@ainas/contracts",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"schemas"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit -p tsconfig.json"
}
}