{
  "name": "maansa-redis",
  "version": "1.14.19",
  "description": "> TODO: description",
  "author": "Adebayo Emmanuel <emmanueltolu.adebayo@gmail.com>",
  "homepage": "https://github.com/Maansa-Tech/packages#readme",
  "license": "ISC",
  "main": "dist/index",
  "types": "dist/index",
  "scripts": {
    "prepublish": "tsc",
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
    "compile": "tsc -b tsconfig.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "redis": "^3.0.2",
    "redis-json": "^5.0.0"
  },
  "devDependencies": {
    "@types/redis": "^2.8.22",
    "typescript": "^3.5.3"
  },
  "gitHead": "6d856ad553560197fab2c2c41bb75204805840ef"
}
