-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 894 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
{
"name": "@akshendra/rabbit",
"version": "0.1.0",
"description": "A simple wrapper for rabbitmq with rpc support",
"main": "lib/index.js",
"scripts": {
"compile": "npx tsc",
"test": "mocha --no-timeouts --bail test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akshendra/rabbit-wrapper.git"
},
"keywords": [
"rabbit",
"meta",
"js"
],
"author": "Akshendra Pratap Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/akshendra/rabbit-wrapper/issues"
},
"homepage": "https://github.com/akshendra/rabbit-wrapper#readme",
"devDependencies": {
"@types/amqp-connection-manager": "^2.0.11",
"hold-it": "^1.0.1"
},
"dependencies": {
"@types/uuid": "^8.3.0",
"amqp-connection-manager": "3.2.2",
"amqplib": "0.8.0",
"safely-parse-json": "0.1.0",
"uuid": "8.3.2"
}
}