UNPKG

@webda/amqp

Version:

Implements AMQP on webda

68 lines (67 loc) 1.37 kB
{ "name": "@webda/amqp", "version": "3.4.1", "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.17.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.0", "sinon": "^18.0.0" }, "nx": { "implicitDependencies": [ "@webda/core", "@webda/shell" ] }, "type": "module", "engines": { "node": ">=18.0.0" }, "gitHead": "b9446d5fdc41c055a4b0cebe30892dfd1304f423" }