{
  "name": "@linkedmink/multilevel-aging-cache-mongoose",
  "version": "0.6.0",
  "description": "Package implements Mongoose for @linkedmink/multilevel-aging-cache",
  "keywords": [
    "cache",
    "memory",
    "redis",
    "mongodb",
    "database",
    "storage",
    "distributed"
  ],
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Harlan Sang",
    "email": "harlan@linkedmink.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LinkedMink/multilevel-aging-cache"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint --ext .ts src",
    "clean": "rm -rf {coverage,dist}",
    "npm:pack": "npm pack",
    "prepack": "cp ../../{LICENSE,README}.md ."
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "peerDependencies": {
    "@linkedmink/multilevel-aging-cache": "0.6.0",
    "mongoose": "^5.12.0"
  },
  "devDependencies": {
    "@linkedmink/multilevel-aging-cache": "0.6.0",
    "@shelf/jest-mongodb": "^2.1.1",
    "@tsconfig/node16": "^1.0.2",
    "@types/jest": "^27.0.3",
    "@typescript-eslint/eslint-plugin": "^5.6.0",
    "@typescript-eslint/parser": "^5.6.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.3.0",
    "jest": "^27.4.4",
    "mongodb": "^4.2.1",
    "mongoose": "^5.13.13",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.1",
    "typedoc": "^0.22.10",
    "typescript": "^4.5.3",
    "winston": "^3.3.3"
  }
}