|
1 | 1 | {
|
2 |
| - "name": "merapi-plugin-service-rabbit", |
3 |
| - "version": "0.5.1", |
4 |
| - "description": "Provide RabbitMQ integration interface", |
5 |
| - "main": "index.js", |
6 |
| - "scripts": { |
7 |
| - "test": "./node_modules/.bin/mocha", |
8 |
| - "cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage" |
9 |
| - }, |
10 |
| - "repository": { |
11 |
| - "type": "git", |
12 |
| - "url": "https://github.com/kata-ai/merapi-plugin-service-rabbit.git" |
13 |
| - }, |
14 |
| - "keywords": [ |
15 |
| - "merapi", |
16 |
| - "microservice", |
17 |
| - "rabbitmq" |
18 |
| - ], |
19 |
| - "author": "Ikmal Syifai <[email protected]>", |
20 |
| - "contributors": [ |
21 |
| - "Yoga Aliarham <[email protected]>", |
22 |
| - "Ricky Anders <[email protected]>", |
23 |
| - "Reyhan Sofian <[email protected]>" |
24 |
| - ], |
25 |
| - "license": "ISC", |
26 |
| - "homepage": "https://github.com/kata-ai/merapi-plugin-service-rabbit#readme", |
27 |
| - "dependencies": { |
28 |
| - "amqplib": "^0.4.2", |
29 |
| - "merapi": "^0.16.0", |
30 |
| - "merapi-plugin-service": "^0.3.5", |
31 |
| - "requestretry": "^1.12.0", |
32 |
| - "then-sleep": "^1.0.1" |
33 |
| - }, |
34 |
| - "devDependencies": { |
35 |
| - "chai": "^4.1.2", |
36 |
| - "chai-as-promised": "^7.1.1", |
37 |
| - "codacy-coverage": "^2.0.3", |
38 |
| - "istanbul": "^0.4.5", |
39 |
| - "mocha": "^2.5.3", |
40 |
| - "mocha-lcov-reporter": "^1.3.0", |
41 |
| - "supertest": "^2.0.0" |
42 |
| - } |
| 2 | + "name": "merapi-plugin-service-rabbit", |
| 3 | + "version": "0.5.2", |
| 4 | + "description": "Provide RabbitMQ integration interface", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "test": "./node_modules/.bin/mocha --exit", |
| 8 | + "cover:old": "./node_modules/.bin/istanbul cover . /node_modules/mocha/bin/_mocha --exit && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage", |
| 9 | + "cover": "nyc --reporter=lcovonly --reporter=text mocha --exit && cat ./coverage/lcov.info | codacy-coverage && rm -rf ./coverage" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/kata-ai/merapi-plugin-service-rabbit.git" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "merapi", |
| 17 | + "microservice", |
| 18 | + "rabbitmq" |
| 19 | + ], |
| 20 | + "author": "Ikmal Syifai <[email protected]>", |
| 21 | + "contributors": [ |
| 22 | + "Yoga Aliarham <[email protected]>", |
| 23 | + "Ricky Anders <[email protected]>", |
| 24 | + "Reyhan Sofian <[email protected]>" |
| 25 | + ], |
| 26 | + "license": "ISC", |
| 27 | + "homepage": "https://github.com/kata-ai/merapi-plugin-service-rabbit#readme", |
| 28 | + "dependencies": { |
| 29 | + "amqplib": "^0.4.2", |
| 30 | + "merapi": "^0.16.0", |
| 31 | + "merapi-plugin-service": "^0.3.5", |
| 32 | + "requestretry": "^1.12.0", |
| 33 | + "then-sleep": "^1.0.1" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "chai": "^4.1.2", |
| 37 | + "chai-as-promised": "^7.1.1", |
| 38 | + "codacy-coverage": "^2.0.3", |
| 39 | + "nyc": "^13.1.0", |
| 40 | + "mocha": "^5.2.0", |
| 41 | + "mocha-lcov-reporter": "^1.3.0", |
| 42 | + "supertest": "^3.3.0" |
| 43 | + } |
43 | 44 | }
|
0 commit comments