UNPKG

@sophons/redis

Version:

🏡 Encapsulate common business methods for Redis

58 lines (57 loc) 1.35 kB
{ "name": "@sophons/redis", "version": "1.1.7", "author": "chogath", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "🏡 Encapsulate common business methods for Redis", "keywords": [ "ioredis", "redis", "cache", "lock" ], "homepage": "https://github.com/sophons-space/redis#readme", "bugs": { "url": "https://github.com/sophons-space/redis/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sophons-space/redis" }, "scripts": { "build": "tsc", "test": "jest", "test:coverage": "jest --coverage", "lint": "eslint \"{src,test}/**/*.ts\"", "update:version": "bash ./setting.sh" }, "jest": { "testEnvironment": "node", "coverageDirectory": "coverage", "testRegex": "(/test/.spec.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "transform": { "^.+\\.js$": "babel-jest", "^.+\\.ts$": "ts-jest" }, "transformIgnorePatterns": [ "./node_modules/(?!(lodash-es|other-es-lib))" ] }, "dependencies": { "@types/ioredis": "4.17.7", "ioredis": "^4.17.3" }, "devDependencies": { "@types/jest": "^26.0.15", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "eslint": "^7.12.1", "jest": "^26.6.3", "ts-jest": "^26.4.4", "ts-node": "^9.0.0", "typescript": "4.0.5", "codecov": "^3.8.1" } }