UNPKG

multi-layers-cache

Version:

A very simple multi layers cache.

53 lines (52 loc) 976 B
{ "name": "multi-layers-cache", "version": "0.0.4", "description": "", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "types": "dist/index.d.ts", "main": "dist/index.js", "type": "module", "files": [ "dist" ], "scripts": { "build": "./build.sh" }, "eslintConfig": { "extends": "relint-base", "ignorePatterns": [ "dist", "build" ], "rules": { "import/extensions": "off", "no-underscore-dangle": "off", "import/no-unresolved": "off" } }, "prettier": { "printWidth": 120, "singleQuote": true, "semi": true, "tabWidth": 2 }, "keywords": [ "LRU", "lru-cache", "multi-layers-cache", "redis-cache", "ninhpham" ], "author": "Ninh Pham", "license": "BSD-3-Clause", "devDependencies": { "@types/node": "^20.2.5", "eslint-config-relint-base": "^1.0.1", "typescript": "^5.0.4" } }