UNPKG

deepbase-redis

Version:

⚡ Fastest and simplest way to add Redis Stack persistence to your projects.

55 lines (54 loc) 1.08 kB
{ "name": "deepbase-redis", "version": "1.2.2", "description": "⚡ Fastest and simplest way to add Redis Stack persistence to your projects.", "main": "index.js", "type": "module", "module": "./index.js", "exports": { ".": { "require": "./index.cjs", "import": "./index.js" } }, "dependencies": { "nanoid": "^5.1.5", "redis": "^4.7.0" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/clasen/DeepBaseRedis.git" }, "keywords": [ "redis", "redis-json", "redis-stack", "json", "database", "persist", "nested", "objects", "user-friendly", "intuitive", "reliable", "synchronization", "structure", "lowdb", "clasen" ], "author": "Martin Clasen", "license": "MIT", "bugs": { "url": "https://github.com/clasen/DeepBaseRedis/issues" }, "homepage": "https://github.com/clasen/DeepBaseRedis#readme", "devDependencies": { "mocha": "^11.1.0" }, "directories": { "test": "test" } }