rabbitmqssl
Version:
RabbitMQ client with SSL support for ActivePieces
44 lines (43 loc) • 981 B
JSON
{
"name": "rabbitmqssl",
"version": "1.0.0",
"description": "RabbitMQ client with SSL support for ActivePieces",
"keywords": [
"rabbitmq",
"ssl",
"activepieces",
"message-queue",
"amqp"
],
"author": "moootid",
"license": "MIT",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/moootid/custom_activepieces.git",
"directory": "rabbitmqssl"
},
"dependencies": {
"@activepieces/pieces-framework": "^0.20.0",
"@activepieces/pieces-common": "^0.7.0",
"@types/amqplib": "^0.10.7",
"amqplib": "^0.10.9",
"bitsyntax": "^0.1.0",
"buffer-more-ints": "^1.0.0",
"dayjs": "^1.11.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsc -p tsconfig.standalone.json",
"prepublishOnly": "npm run build"
}
}