{
  "author": {
    "name": "maestro_io",
    "email": "ari@maestro.io"
  },
  "dependencies": {
    "ioredis": "4.28.5",
    "koa-is-json": "1.0.0",
    "lodash": "^4.17.21",
    "stream-to-array": "^2.3.0",
    "typescript": "^4.5.4"
  },
  "description": "Dobi.io Caching Middleware",
  "homepage": "http://www.dobi.io",
  "keywords": "dobi.io,lessthan3",
  "main": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "name": "dobi-cache-2",
  "scripts": {
    "build": "tsc",
    "format": "npm run lint --fix",
    "lint": "tslint --format stylish -p tsconfig.json",
    "prepublishOnly": "NODE_ENV=production npm run build",
    "test": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=false",
    "test:coverage": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=true",
    "test:watch": "NODE_ENV=test jest --watch --no-cache --verbose --collectCoverage=false"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lessthan3/dobi-cache.git"
  },
  "engines": {
    "node": ">= 10"
  },
  "version": "6.0.0",
  "devDependencies": {
    "@babel/core": "^7.0.0-rc.1",
    "@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.1",
    "@types/ioredis": "^4.17.3",
    "@types/koa": "^2.11.0",
    "@types/lodash": "^4.14.149",
    "@types/node": "^13.5.2",
    "@types/stream-to-array": "^2.3.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^8.2.6",
    "babel-jest": "^23.4.2",
    "babel-plugin-dynamic-import-node": "^2.0.0",
    "jest": "^23.5.0",
    "koa": "^2.6.1",
    "koa-router": "^7.4.0",
    "supertest": "^3.2.0",
    "ts-node": "^10.5.0",
    "tslint": "^6.0.0"
  }
}
