UNPKG

@omnichat/middy-lock-redis

Version:
64 lines (63 loc) 1.53 kB
{ "name": "@omnichat/middy-lock-redis", "version": "1.0.0", "description": "Middy Lock Redis Lambda", "main": "lib/src/index", "typings": "lib/src/index", "types": "lib/src/index.d.ts", "scripts": { "test": "jest --passWithNoTests --no-cache --runInBand", "test:watch": "npm run test -- --watchAll", "test:staged": "npm run test -- --findRelatedTests", "test:coverage": "npm run test -- --coverage", "clean": "rimraf lib", "build": "npm run clean && tsc", "prepublish": "npm run test && npm run build", "prepare": "npm run build" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/omnichat/middy-lock-redis.git" }, "keywords": [ "Lambda", "SQS", "Middleware", "Serverless", "ioredis", "middy", "AWS Lambda", "AWS SQS", "redis", "lock", "concurrence", "redis-lock" ], "author": { "name": "OmniChat by @fzanfolim", "url": "https://github.com/omnichat" }, "license": "MIT", "bugs": { "url": "https://github.com/omnichat/middy-lock-redis/issues" }, "homepage": "https://github.com/omnichat/middy-lock-redis#readme", "devDependencies": { "@types/jest": "^27.4.0", "@types/redlock": "^4.0.3", "jest": "^27.4.7", "jest-mock-extended": "^2.0.4", "ts-jest": "^27.1.2", "ts-node": "^10.2.1", "typescript": "^4.5.4" }, "dependencies": { "redlock": "^4.2.0" }, "directories": { "lib": "lib" } }