UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

92 lines 2.01 kB
{ "name": "redis-smq-common", "version": "8.3.1", "description": "RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.", "author": "Weyoss <weyoss@protonmail.com>", "license": "MIT", "keywords": [ "redis", "message queue", "message-queue", "message", "queue", "job queue", "job-queue", "jobs", "redis-smq", "priority", "priority queue", "priority-queue", "scheduler", "broker", "message broker", "message-broker" ], "homepage": "https://github.com/weyoss/redis-smq", "bugs": { "url": "https://github.com/weyoss/redis-smq/issues" }, "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" } }, "./package.json": "./package.json" }, "typesVersions": { "*": { ".": [ "./dist/types/index.d.ts" ] } }, "peerDependencies": { "@redis/client": "^1.6.0", "ioredis": "^5.4.0" }, "peerDependenciesMeta": { "@redis/client": { "optional": true }, "ioredis": { "optional": true } }, "dependencies": { "axios": "1.8.4", "bluebird": "3.7.2", "commander": "13.1.0", "lodash": "4.17.21", "tar": "7.4.3", "uuid": "11.1.0" }, "bin": { "redis-smq-common": "./dist/esm/bin/cli.js" }, "engineStrict": true, "engines": { "node": ">=20" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "https://github.com/weyoss/redis-smq.git" }, "scripts": { "test": "../../scripts/test_workspace_esm.sh", "build": "scripts/build.sh", "document": "scripts/document.sh" } }