{
    "name": "idb-logger",
    "version": "0.0.5",
    "description": "A high-performance, high-capacity, and highly scalable web-side logging system based on WebWorker and indexedDB",
    "main": "idb-logger.min.js",
    "unpkg": "idb-logger.min.js",
    "jsdelivr": "idb-logger.min.js",
    "typings": "idb-logger.min.d.ts",
    "repository": "git@github.com:theajack/logger.git",
    "keywords": [
        "indexedDB",
        "logger",
        "webworker"
    ],
    "author": "tackchen <theajack@qq.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/theajack/logger/issues"
    },
    "homepage": "https://shiyix.cn/jsbox/?github=theajack.logger",
    "dependencies": "",
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    }
}