aws-sns-sms-service
Version:
A simple way to send SMS text messages.
41 lines (40 loc) • 837 B
JSON
{
"name": "aws-sns-sms-service",
"version": "1.0.0",
"description": "A simple way to send SMS text messages.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git@github.com:TeamKobro/KobroSMS.git"
},
"author": "Mauro Sanchez",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamKobro/KobroSMS/issues"
},
"keywords": [
"BACKEND",
"AWS",
"SNS",
"JS",
"NODE",
"SMS",
"SERVICE",
"MESSAGES",
"TEXT",
"CONVERGIA"
],
"homepage": "https://github.com/TeamKobro/KobroSMS",
"dependencies": {
"@aws-sdk/client-s3": "^3.633.0",
"@aws-sdk/client-sns": "^3.632.0",
"axios": "^1.7.9",
"joi": "^17.4.0"
},
"devDependencies": {
"jest": "^27.0.1"
}
}