btrz-sqs
Version:
Betterez simple client to send messages to an AWS SQS queue with a very convenient interface
37 lines (36 loc) • 922 B
JSON
{
"name": "btrz-sqs",
"version": "2.4.0",
"description": "Betterez simple client to send messages to an AWS SQS queue with a very convenient interface",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node --test test/*_tests.js",
"test-w": "NODE_ENV=test node --test --watch test/*_tests.js",
"preversion": "npm test",
"postversion": "git push origin master && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/Betterez/btrz-sqs.git"
},
"keywords": [
"AWS",
"SQS",
"Queues",
"Messages",
"io.js"
],
"author": {
"name": "hgarcia",
"email": "hernan@dynamicprogrammer.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Betterez/btrz-sqs/issues"
},
"homepage": "https://github.com/Betterez/btrz-sqs",
"dependencies": {
"@aws-sdk/client-sqs": "3.1079.0"
},
"devDependencies": {}
}