florecon 0.3.0

Incremental financial reconciliation by min-cost flow: a conserving combinator algebra over a network-simplex core. Nothing created, nothing lost.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@florecon/host",
  "version": "0.1.0",
  "type": "module",
  "description": "Browser/Node host + workbench for florecon reconciliation plugins.",
  "dependencies": {
    "apache-arrow": "^21.0.0"
  },
  "scripts": {
    "test": "node core/host.test.mjs"
  }
}