UNPKG

node-redisson

Version:

Distributed lock with Redis implementation for Node.js

43 lines 945 B
{ "name": "node-redisson", "description": "Distributed lock with Redis implementation for Node.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/smilecc/node-redisson.git" }, "homepage": "https://smilecc.github.io/node-redisson/", "keywords": [ "nodejs", "redlock", "distributed", "lock", "redis", "redisson" ], "type": "commonjs", "version": "1.0.4", "files": [ "dist/", "README.md", "README_cn.md" ], "engines": { "node": ">=16" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "peerDependencies": { "typescript": "^5.7.2" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5" }, "scripts": { "build": "pnpm dlx rimraf dist && tsc -p tsconfig.build.json", "docs:dev": "pnpm -C packages/docs dev", "docs:build": "pnpm -C packages/docs build" } }