agent-orchestrator/packages/stores/package.json
Hibryda 5e1fd62ed9 feat: @agor/stores package + Electrobun hardening (WIP)
- packages/stores/: theme, notifications, health stores extracted
- Electrobun hardening: durable event sequencing, file conflict detection,
  push-based updates, backpressure guards (partial, agents still running)
2026-03-22 04:40:04 +01:00

13 lines
219 B
JSON

{
"name": "@agor/stores",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "index.ts",
"types": "index.ts",
"exports": {
".": "./index.ts",
"./*": "./*.ts"
},
"files": ["*.ts"]
}