-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 974 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
38
39
40
41
42
43
44
{
"name": "rabbitmq-wrapper-api",
"version": "0.1.0",
"description": "A wrapper for RabbitMQ API",
"main": "lib/rabbitmq.js",
"author": "luan.ap <[email protected]>",
"license": "MIT",
"scripts": {
"lint:fix": "standard --fix",
"test": "jest",
"make-docs": "jsdoc -c .jsdoc.json --verbose"
},
"devDependencies": {
"jest": "^27.3.1",
"nodemon": "^2.0.15",
"standard": "^16.0.4"
},
"dependencies": {
"axios": "^0.24.0",
"jsdoc": "^3.6.7",
"minami": "^1.2.3"
},
"directories": {
"doc": "docs",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luan0ap/rabbitmq-wrapper-api.git"
},
"keywords": [
"wrapper",
"rabbitmq",
"restapi",
"abstract",
"rabbit",
"wrap",
"request"
],
"bugs": {
"url": "https://github.com/luan0ap/rabbitmq-wrapper-api/issues"
},
"homepage": "https://github.com/luan0ap/rabbitmq-wrapper-api#readme"
}