{
    "name": "@thermopylae/lib.cache",
    "description": "Modular cache.",
    "keywords": [
        "thermopylae",
        "library",
        "cache"
    ],
    "version": "1.0.3",
    "author": "Rusu Marin <dimarusu2000@gmail.com>",
    "repository": "https://github.com/marinrusu1997/thermopylae",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*"
    ],
    "scripts": {
        "lint": "eslint \"lib/**/*.ts\" \"test/**/*.ts\" --fix",
        "build": "gulp --gulpfile gulpfile.cjs build",
        "doc": "gulp --gulpfile gulpfile.cjs doc",
        "test": "gulp --gulpfile gulpfile.cjs test",
        "report": "gulp --gulpfile gulpfile.cjs report",
        "coverage": "gulp --gulpfile gulpfile.cjs coverage",
        "coverage:show": "gulp --gulpfile gulpfile.cjs coverageShow",
        "debug": "gulp --gulpfile gulpfile.cjs debug",
        "clean": "gulp --gulpfile gulpfile.cjs clean",
        "purge": "gulp --gulpfile gulpfile.cjs purge",
        "prepublishOnly": "npm run lint && npm run clean && npm run build",
        "unpublish": "npm unpublish --force $npm_package_name"
    },
    "dependencies": {
        "@thermopylae/core.declarations": "1",
        "@thermopylae/lib.exception": "1",
        "@thermopylae/lib.pool": "1",
        "@thermopylae/lib.utils": "1",
        "object-sizeof": "1"
    },
    "devDependencies": {
        "@thermopylae/dev.unit-test": "1",
        "@thermopylae/core.logger": "1",
        "@thermopylae/dev.environment": "1",
        "@types/lodash.range": "3",
        "array-move": "3",
        "colors": "1",
        "js-gc": "1",
        "lodash.range": "3"
    },
    "lint-staged": {
        "*.ts": [
            "eslint"
        ]
    },
    "engines": {
        "node": ">= 16"
    },
    "license": "MIT",
    "type": "module"
}