btrz-webhooks-emitter
Version:
Betterez simple client to emit events to the webhooks pipeline
45 lines (44 loc) • 1.29 kB
JSON
{
"name": "btrz-webhooks-emitter",
"version": "2.5.0",
"description": "Betterez simple client to emit events to the webhooks pipeline",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node --test test/*_tests.js",
"test-w": "NODE_ENV=test node --test --watch test/*_tests.js",
"lint": "eslint .",
"preversion": "npm test && npm run lint",
"postversion": "git push origin master && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/Betterez/btrz-webhooks-emitter.git"
},
"keywords": [
"AWS",
"SQS",
"Queues",
"Events",
"Webhooks"
],
"author": {
"name": "hgarcia",
"email": "hernan@dynamicprogrammer.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Betterez/btrz-webhooks-emitter/issues"
},
"homepage": "https://github.com/Betterez/btrz-webhooks-emitter",
"dependencies": {
"btrz-monitoring": "git+ssh://git@github.com/Betterez/btrz-monitoring.git#v0.26.0",
"btrz-sqs": "2.4.0",
"btrz-webhooks-denied-fields": "git+ssh://git@github.com/Betterez/btrz-webhooks-denied-fields.git#master",
"uuid": "14.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"eslint": "^10.6.0",
"eslint-config-btrz-base": "2.0.0"
}
}