usearch 2.8.1

Smaller & Faster Single-File Vector Search Engine from Unum
Documentation
{
    "name": "usearch",
    "version": "2.8.1",
    "description": "Smaller & Faster Single-File Vector Search Engine from Unum",
    "author": "Ash Vardanian (https://ashvardanian.com/)",
    "license": "Apache 2.0",
    "homepage": "https://unum-cloud.github.io/usearch/",
    "repository": {
        "type": "git",
        "url": "https://github.com/unum-cloud/usearch.git"
    },
    "bugs": {
        "url": "https://github.com/unum-cloud/usearch/issues",
        "email": "info@unum.cloud"
    },
    "main": "javascript/usearch.js",
    "gypfile": true,
    "engines": {
        "node": "~10 >=10.20 || >=12.17"
    },
    "dependencies": {
        "@types/node": "^20.4.5",
        "bindings": "~1.2.1",
        "node-addon-api": "^3.0.0"
    },
    "scripts": {
        "test": "node --test ./javascript/usearch.test.js"
    },
    "devDependencies": {
        "@semantic-release/exec": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "conventional-changelog-eslint": "^3.0.9",
        "semantic-release": "^21.1.2",
        "typescript": "^5.1.6"
    }
}