{
    "name": "mm_cachebase",
    "version": "1.9.8",
    "description": "一个轻量级的本地缓存类库，提供与Redis兼容的API接口，支持过期时间设置、哈希表操作、数值操作、字符串操作等功能，以及完整的事件通知系统和多文件持久化功能。",
    "main": "index.js",
    "scripts": {
        "test": "node test.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitee.com/qiuwenwu91/mm_cachebase.git"
    },
    "keywords": [
        "cachebase",
        "redis",
        "cache",
        "memory-cache",
        "local-cache",
        "async",
        "await",
        "promise",
        "set",
        "get",
        "del",
        "hash",
        "event",
        "ttl",
        "expire",
        "incr",
        "decr",
        "persistence",
        "persist",
        "scope"
    ],
    "author": "邱文武",
    "license": "MIT",
    "bugs": {
        "url": "https://gitee.com/qiuwenwu91/mm_cachebase/issues"
    },
    "homepage": "https://gitee.com/qiuwenwu91/mm_cachebase#readme",
    "dependencies": {
        "mm_expand": "^2.3.4"
    }
}
