{
  "name": "hyperiondb",
  "version": "3.1.6",
  "main": "index.js",
  "types": "index.d.ts",
  "napi": {
    "name": "hyperiondb",
    "triples": {
      "additional": [
        "aarch64-apple-darwin",
        "aarch64-unknown-linux-gnu",
        "aarch64-pc-windows-msvc"
      ]
    }
  },
  "license": "MIT",
  "devDependencies": {
    "@napi-rs/cli": "^2.18.4",
    "ava": "^6.0.1"
  },
  "ava": {
    "timeout": "3m"
  },
  "engines": {
    "node": ">= 10"
  },
  "scripts": {
    "preinstall": "node scripts/check_rust.js",
    "install": "npm run build",
    "build": "napi build --platform --release",
    "build:debug": "napi build --platform",
    "prepublishOnly": "napi prepublish -t npm",
    "test": "ava",
    "universal": "napi universal",
    "version": "napi version"
  },
  "packageManager": "yarn@4.5.1",
  "dependencies": {
    "node-addon-api": "^8.2.1",
    "@napi-rs/cli": "^2.18.4",
    "prebuildify": "^4.0.0"
  },
  "description": "A minimalist Rust-based sharded database client for Node.js.",
  "author": "Juan Pablo Paillet",
  "keywords": [
    "database",
    "hyperiondb",
    "rust",
    "nodejs",
    "node-gyp",
    "napi",
    "bindings",
    "native addon",
    "sharding",
    "sharded database",
    "key-value store",
    "no-sql",
    "serverless database",
    "cross-platform",
    "embedded database",
    "high-performance",
    "data storage",
    "json database",
    "efficient storage",
    "local database",
    "custom database",
    "data indexing",
    "rust database",
    "key-value",
    "npm package",
    "data handling",
    "database client",
    "storage engine",
    "distributed database",
    "data operations",
    "CRUD operations",
    "query language",
    "hyperion",
    "lightweight database",
    "open source database",
    "json storage",
    "multi-platform",
    "npm database",
    "backend",
    "software development",
    "database server",
    "async database",
    "data sharding",
    "clustered database",
    "structured data",
    "unstructured data",
    "minimalist database",
    "indexed fields",
    "high-performance computing",
    "data queries",
    "data handling",
    "modular storage",
    "scalable database",
    "distributed systems",
    "storage management",
    "cross-architecture",
    "advanced database",
    "data processing",
    "json compatible",
    "data integrity",
    "data persistence",
    "self-hosted database",
    "fast data retrieval",
    "optimized data storage",
    "async operations",
    "portable database",
    "schema-less",
    "embedded kv store",
    "database integration",
    "data flexibility",
    "multi-user database",
    "data consistency",
    "document storage",
    "multi-threaded",
    "low-latency",
    "database management"
  ],
  "private": false,
  "optionalDependencies": {
    "hyperiondb-win32-x64-msvc": "3.1.6",
    "hyperiondb-darwin-x64": "3.1.6",
    "hyperiondb-linux-x64-gnu": "3.1.6",
    "hyperiondb-darwin-arm64": "3.1.6",
    "hyperiondb-linux-arm64-gnu": "3.1.6",
    "hyperiondb-win32-arm64-msvc": "3.1.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PailletJuanPablo/hyperiondb.git"
  }
}