UNPKG

@only-chat/rabbitmq-queue

Version:
36 lines (35 loc) 788 B
{ "name": "@only-chat/rabbitmq-queue", "version": "0.2.0-beta.25", "description": "RabbitMQ queue for only-chat", "homepage": "https://github.com/only-chat/node-backend/packages/queues/rabbitmq", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "repository": { "type": "git", "url": "https://github.com/only-chat/node-backend.git", "directory": "packages/queues/rabbitmq" }, "scripts": { "build": "tsc" }, "author": "only-chat", "license": "MIT", "devDependencies": { "@only-chat/types": "0.2.0-beta.25", "@types/amqplib": "^0.10.5", "typescript": "^5.9.2" }, "files": [ "dist/" ], "keywords": [ "node", "only-chat", "rabbitmq" ], "dependencies": { "amqplib": "^0.10.4" } }