{
  "name": "orbty-http-cache",
  "version": "0.5.2",
  "description": "Orbty and express HTTP cache middleware.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "test": "jest",
    "lint:fix": "eslint --fix ."
  },
  "author": {
    "name": "Gleisson Ricardo",
    "email": "contato.mattos@outlook.com"
  },
  "readmeFilename": "README.md",
  "repository": "hubr-lab/orbty-http-cache",
  "keywords": [
    "orbty",
    "web",
    "api",
    "cache",
    "express",
    "middleware",
    "hubr",
    "memory"
  ],
  "tags": [
    "orbty",
    "cache",
    "express",
    "restful",
    "server",
    "microservice"
  ],
  "files": [
    "index.js",
    "README.md",
    "index.d.ts",
    "tsconfig.json"
  ],
  "license": "MIT",
  "devDependencies": {
    "eslint": "^6.8.0"
  },
  "dependencies": {
    "just-cache": "^1.6.5"
  }
}
