@microfleet/ioredis-lock
Version:
Node distributed locking using redis with ioredis adapter
79 lines (78 loc) • 2.17 kB
JSON
{
"name": "@microfleet/ioredis-lock",
"version": "6.0.1",
"description": "Node distributed locking using redis with ioredis adapter",
"type": "module",
"main": "lib/redislock.js",
"types": "./lib/redislock.d.ts",
"exports": {
".": {
"import": "./lib/redislock.js",
"default": "./lib/redislock.js",
"types": "./lib/redislock.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"keywords": [
"lock",
"mutex",
"exclusion",
"redis",
"ioredis",
"critical",
"distributed",
"sync",
"synchronization"
],
"author": "Daniel St. Jules <danielst.jules@gmail.com>",
"contributors": [
"Vitaly Aminev <v@makeomatic.ca>",
"Bernhard Weisshuhn <bkw@codingforce.com>"
],
"license": "MIT",
"homepage": "https://github.com/microfleet/ioredis-lock",
"repository": {
"type": "git",
"url": "https://github.com/microfleet/ioredis-lock.git"
},
"peerDependencies": {
"ioredis": "~4.x.x || ~5.x.x"
},
"devDependencies": {
"@makeomatic/deploy": "^13.1.0",
"@oxc-resolver/binding-linux-arm64-musl": "^3.0.3",
"@swc-node/register": "^1.10.9",
"@swc/core-linux-arm64-musl": "^1.10.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-makeomatic": "^6.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-promise": "^7.2.1",
"ioredis": "^5.4.2",
"mocha": "^11.0.1",
"semantic-release": "^24.2.1",
"typescript": "^5.7.3"
},
"engine": {
"node": ">= 22.13.0"
},
"scripts": {
"lint": "eslint ./src",
"test": "pnpm lint && pnpm compile && mdep test run",
"compile": "tsc --build ./tsconfig.build.json",
"prepublishOnly": "pnpm compile",
"semantic-release": "semantic-release"
},
"files": [
"src/",
"lib/"
],
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}