UNPKG

amqplib

Version:

An AMQP 0-9-1 (e.g., RabbitMQ) library and client.

37 lines (36 loc) 853 B
{ "name": "amqplib", "homepage": "http://amqp-node.github.io/amqplib/", "main": "./channel_api.js", "version": "1.0.3", "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.", "repository": { "type": "git", "url": "git+https://github.com/amqp-node/amqplib.git" }, "engines": { "node": ">=18" }, "dependencies": { "buffer-more-ints": "~1.0.0" }, "devDependencies": { "@biomejs/biome": "^2.2.2", "claire": "0.4.1", "lefthook": "^1.12.3", "uglify-js": "2.8.x" }, "scripts": { "test": "make test", "test:only": "node --test --test-only", "format": "biome format . --write", "lint": "biome lint --max-diagnostics=1000 ." }, "keywords": [ "AMQP", "AMQP 0-9-1", "RabbitMQ" ], "author": "Michael Bridgen <mikeb@squaremobius.net>", "license": "MIT" }