{
  "description": "Least Recently Used (LRU) Cache for JavaScript and TypeScript.",
  "files": [
    "src",
    "!src/**/*.test.*",
    "!src/**/!(*.d).ts"
  ],
  "license": "GPL-3.0",
  "main": "src/LRUCache",
  "name": "@wireapp/lru-cache",
  "repository": "https://github.com/wireapp/wire-web-core/tree/main/packages/lru-cache",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf src/**/*{.js,.js.map,.d.ts} .nyc_output coverage",
    "dist": "yarn clean && yarn build",
    "test": "nyc --nycrc-path=../../nyc.config.js jasmine --config=jasmine.json",
    "test:types": "tsc --noEmit"
  },
  "version": "3.8.1",
  "gitHead": "417c4e86cd522739af9e2f2b6eae7bdebfcb8027"
}
