UNPKG

@kevin-infra/redis

Version:

A redis provider for Kevin.

44 lines (43 loc) 1.06 kB
{ "name": "@kevin-infra/redis", "version": "1.0.13-alpha", "description": "A redis provider for Kevin.", "main": "dist/redis.provider.js", "types": "dist/redis.provider.d.ts", "scripts": { "build": "tsc", "lint": "eslint --ext .ts src", "lint:fix": "eslint --ext .ts --fix src", "ci:root": "npm ci --prefix ../", "build:core": "npm ci --prefix ../kevin.core && npm run build --prefix ../kevin.core", "build:allDependencies": "npm run ci:root && npm run build:core" }, "repository": { "type": "git", "url": "git+https://github.com/TKul6/Kevin.git" }, "keywords": [ "kevin", "KV", "store", "configuration", "redis", "key-value" ], "author": "TKul6", "license": "MIT", "bugs": { "url": "https://github.com/TKul6/Kevin/issues" }, "homepage": "https://github.com/TKul6/Kevin#readme", "devDependencies": { "typescript": "^4.9.4" }, "dependencies": { "@kevin-infra/core": "^1.0.24-alpha", "ioredis": "^4.27.7" }, "workspaces": [ "../kevin.core" ] }