{
    "name": "kvbits",
    "version": "0.0.2",
    "description": "A persistent key-value database for Node.js with Write-Ahead Logging, TTL, and compaction.",
    "main": "src/main.js",
    "directories": {
        "lib": "src"
    },
    "scripts": {
        "benchmark": "node benchmark/benchmark.js",
        "example": "node examples/example.js",
        "start": "node examples/example.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Darknessking13/kvbits.git"
    },
    "keywords": [
        "kv",
        "key-value",
        "database",
        "persistent",
        "embedded",
        "nodejs",
        "wal",
        "ttl",
        "compaction",
        "localstorage",
        "cache"
    ],
    "author": "i._.became_a_devil",
    "license": "Apache 2.0",
    "bugs": {
        "url": "https://github.com/Darknessking13/kvbits/issues"
    },
    "homepage": "https://github.com/Darknessking13/kvbits#readme",
    "engines": {
        "node": ">=14.0.0"
    }
}
