Extracted from uncaged monorepo (oc-xiaoju/uncaged). Resolves oc-xiaoju/uncaged#224. - @uncaged/ograph: CF Worker engine (events, projections, reactions) - @uncaged/ograph-cli: CLI for managing OGraph instances - Removed @uncaged/oid dependency (unused) - 116 tests, all passing - CI: GitHub Actions 小橘 🍊(NEKO Team)
23 lines
533 B
JSON
23 lines
533 B
JSON
{
|
|
"name": "@uncaged/ograph",
|
|
"version": "0.1.0",
|
|
"description": "OGraph \u2014 Event Sourcing + Projection + Reaction engine on Cloudflare Workers",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.0.0",
|
|
"jsonata": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20260403.0",
|
|
"typescript": "^6.0.2",
|
|
"vitest": "^4.1.2",
|
|
"wrangler": "^4.0.0"
|
|
}
|
|
}
|