UNPKG

@nestjs-labs/nestjs-redis

Version:

Redis(node-redis) module for Nest framework (node.js).

66 lines (65 loc) 1.81 kB
{ "name": "@nestjs-labs/nestjs-redis", "version": "11.0.4", "description": "Redis(node-redis) module for Nest framework (node.js).", "author": "Nestjs-labs <h499871809@gmail.com>", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs", "files": [ "dist", "README.md" ], "license": "MIT", "keywords": [ "redis", "node-redis", "sentinel", "cluster", "nestjs", "nest", "nodejs", "node", "typescript", "javascript" ], "scripts": { "prebuild": "rimraf dist", "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "lint": "concurrently \"npm:lint:es\" \"npm:lint:tsc\"", "lint:es": "eslint \"{lib,test}/**/*.ts\" --fix", "lint:tsc": "tsc -p tsconfig.json --noEmit", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:e2e": "jest --config ./test/jest-e2e.json", "test:clear": "jest --clearCache", "make-badges": "istanbul-badges-readme --coverageDir=\"./coverage\" --readmeDir=\"./\" --style=\"flat-square\" --logo=\"jest\"", "madge": "madge --image ./dependency-graph.svg dist/index.js", "publish:next": "npm publish --tag next", "publish:rc": "npm publish --tag rc" }, "dependencies": { "tslib": "2.8.1" }, "peerDependencies": { "@nestjs/common": "^11.0.0", "@nestjs/core": "^11.0.0", "redis": "^5.6.0" }, "engines": { "node": ">=16" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/nestjs-labs/nestjs-redis#readme", "repository": { "type": "git", "url": "git+https://github.com/nestjs-labs/nestjs-redis.git", "directory": "packages/node-redis" }, "bugs": { "url": "https://github.com/nestjs-labs/nestjs-redis/issues" } }