grumpydb 4.1.0

A disk-based object storage engine with B+Tree indexing and page-based storage
Documentation
{
  "name": "@grumpydb/client",
  "version": "0.1.0",
  "description": "TypeScript client driver for GrumpyDB",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": { "node": ">=18" },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "typescript": "^5.4",
    "vitest": "^2.0"
  },
  "license": "MIT"
}