{
  "name": "@gabrielpotter/lru-lfu-cache",
  "version": "1.0.5",
  "description": "LRU LFU cache",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "jest --coverage"
  },
  "keywords": ["LRU","LFU","cache"],
  "author": "Gabriel Potter",
  "license": "MIT",
  "dependencies": {
    "async-mutex": "^0.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GabrielPotter/lru-lfu-cache.git"
  },
  "homepage": "https://github.com/GabrielPotter/lru-lfu-cache.git#readme"
}
