@webda/amqp
Version:
Implements AMQP on webda
68 lines (67 loc) • 1.37 kB
JSON
{
"name": "@webda/amqp",
"version": "3.4.3",
"description": "Implements AMQP on webda",
"keywords": [
"activemq",
"webda"
],
"author": "Remi Cattiau <remi@cattiau.com>",
"repository": "git://github.com/loopingz/webda.io.git",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "webda build",
"build:watch": "webda build --watch",
"pretest": "npm run build",
"lint": "prettier --check src/**/*",
"lint:fix": "prettier --write src/**/*",
"test": "c8 mocha"
},
"dependencies": {
"@webda/core": "^3.18.1",
"amqplib": "^0.10.0"
},
"files": [
"lib",
"test",
"webda.module.json"
],
"c8": {
"report-dir": "./reports",
"reporter": [
"html",
"lcov",
"json",
"text"
],
"exclude": [
"**/*.spec.ts"
]
},
"homepage": "https://webda.io",
"publishConfig": {
"access": "public"
},
"webda": {
"namespace": "Webda"
},
"devDependencies": {
"@testdeck/mocha": "^0.3.3",
"@types/amqplib": "^0.10.0",
"@types/node": "18.11.13",
"@webda/shell": "^3.13.2",
"sinon": "^18.0.0"
},
"nx": {
"implicitDependencies": [
"@webda/core",
"@webda/shell"
]
},
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"gitHead": "1f7922b43dc46514e644e94c88f4c354a51bf4a1"
}