aws-sns-sms
Version:
A AWS SNS wrapper to send message to a mobile number (useful to send OTP)
30 lines (29 loc) • 726 B
JSON
{
"name": "aws-sns-sms",
"version": "1.0.2",
"description": "A AWS SNS wrapper to send message to a mobile number (useful to send OTP)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishal7201/aws-sns-sms.git"
},
"keywords": [
"AWS",
"SNS",
"SMS",
"OTP",
"MESSAGE"
],
"author": "Vishal Bisht <vishalbisht7201@gmail.com> (https://www.codepeal.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/vishal7201/aws-sns-sms/issues"
},
"homepage": "https://github.com/vishal7201/aws-sns-sms#readme",
"dependencies": {
"aws-sdk": "^2.94.0"
}
}