2026-08-12 15:18:51 +08:00

15 lines
228 B
JSON

{
"name": "@great-agent/web-contracts",
"version": "0.1.0",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"zod": "^4.1.0"
}
}