{
    "name": "smartdb-stdcacheproviders",
    "version": "9.0.0",
    "description": "Standard cache providers for the smartDb library",
    "keywords": [
        "smartdb"
    ],
    "author": "Calle Arnesten <calle.arnesten@codekick.com>",
    "type": "module",
    "main": "./index.js",
    "dependencies": {
        "clone": "^2.1.2"
    },
    "devDependencies": {
        "bocha": "^2.1.0"
    },
    "scripts": {
        "test": "node test/runAll.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/arnesten/smartdb-stdcacheproviders"
    },
    "bugs": {
        "url": "https://github.com/arnesten/smartdb-stdcacheproviders/issues"
    },
    "license": "MIT"
}
