eventdbx 3.16.4

Immutable, event-sourced, nosql, write-side database system.
Documentation
{
  "name": "eventdbx",
  "version": "3.16.4",
  "description": "Immutable, event-sourced, nosql, write-side database system.",
  "license": "MIT",
  "homepage": "https://github.com/eventdbx/eventdbx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eventdbx/eventdbx.git"
  },
  "bugs": {
    "url": "https://github.com/eventdbx/eventdbx/issues"
  },
  "author": "Patrick Thach <thachp@gmail.com>",
  "keywords": [
    "eventdbx",
    "event-sourcing",
    "database",
    "cqrs",
    "cli"
  ],
  "bin": {
    "dbx": "./bin/dbx.js",
    "eventdbx": "./bin/dbx.js"
  },
  "scripts": {
    "postinstall": "node ./scripts/install.js"
  },
  "files": [
    "bin/",
    "scripts/install.js",
    "README.md",
    "LICENSE"
  ],
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=16"
  },
  "preferGlobal": true,
  "publishConfig": {
    "access": "public"
  }
}