forked from amqp-node/amqplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "amqplib",
"homepage": "http://amqp-node.github.io/amqplib/",
"main": "./channel_api.js",
"version": "0.10.4",
"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": ">=10"
},
"dependencies": {
"@acuminous/bitsyntax": "^0.1.2",
"buffer-more-ints": "~1.0.0",
"readable-stream": "1.x >=1.1.9",
"url-parse": "~1.5.10"
},
"devDependencies": {
"claire": "0.4.1",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"uglify-js": "2.8.x"
},
"scripts": {
"test": "make test",
"prepare": "make"
},
"keywords": [
"AMQP",
"AMQP 0-9-1",
"RabbitMQ"
],
"author": "Michael Bridgen <[email protected]>",
"license": "MIT"
}