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)
18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "ograph",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/engine",
|
|
"packages/cli"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test --workspaces",
|
|
"lint": "eslint packages/*/src/",
|
|
"lint:fix": "eslint packages/*/src/ --fix"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.0.0",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|