UNPKG

redis

Version:

A modern, high performance Redis client

34 lines (33 loc) 717 B
{ "name": "redis", "description": "A modern, high performance Redis client", "version": "5.0.1", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/", "!dist/tsconfig.tsbuildinfo" ], "dependencies": { "@redis/bloom": "5.0.1", "@redis/client": "5.0.1", "@redis/json": "5.0.1", "@redis/search": "5.0.1", "@redis/time-series": "5.0.1" }, "engines": { "node": ">= 18" }, "repository": { "type": "git", "url": "git://github.com/redis/node-redis.git" }, "bugs": { "url": "https://github.com/redis/node-redis/issues" }, "homepage": "https://github.com/redis/node-redis", "keywords": [ "redis" ] }