Files
yaak/packages/model-store/package.json
Gregory Schier 7314aedc71 Merge main into proxy branch (formatting and docs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 12:09:59 -07:00

12 lines
212 B
JSON

{
"name": "@yaakapp-internal/model-store",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"peerDependencies": {
"jotai": "^2.18.0"
}
}