{
    "name": "node-ts-cache-storage-node-fs",
    "description": "Nodejs filesystem storage module for node-ts-cache",
    "version": "4.4.0",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc -p tsconfig-build.json",
        "prepublishOnly": "npm run build",
        "prepare": "npm run build",
        "clean": "git clean -fdx src test",
        "ts-dev": "tsc -p . -w"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/havsar/node-ts-cache.git"
    },
    "keywords": [
        "node",
        "nodejs",
        "cache",
        "typescript",
        "ts",
        "caching",
        "memcache",
        "memory-cache",
        "redis-cache",
        "redis",
        "cache",
        "file-cache",
        "node-cache",
        "ts-cache"
    ],
    "author": "Himmet Avsar <avsar.himmet1@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/havsar/node-ts-cache/issues"
    },
    "homepage": "https://github.com/havsar/node-ts-cache#readme",
    "devDependencies": {
        "@types/node": "14.17.21",
        "mock-fs": "^5.1.1",
        "ts-node": "10.2.1",
        "typescript": "4.4.3"
    },
    "dependencies": {
        "debug": "^4.3.2",
        "node-ts-cache": "^4.4.0"
    },
    "gitHead": "d51ecfe639b42c46fbdc099bc44df3a225cb23cd"
}
