@shiyan000613/node-red-contrib-aliyun-sms
Version:
Node-RED node for sending SMS via Aliyun
33 lines • 777 B
JSON
{
"name": "@shiyan000613/node-red-contrib-aliyun-sms",
"version": "1.0.0",
"description": "Node-RED node for sending SMS via Aliyun",
"main": "aliyun-sms.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"aliyun",
"sms"
],
"author": "shiyan000613 <1930543749@qq.com>",
"license": "MIT",
"dependencies": {
"@alicloud/dysmsapi20170525": "^2.0.22",
"@alicloud/openapi-client": "^0.3.1",
"@alicloud/tea-util": "^1.1.0"
},
"node-red": {
"nodes": {
"aliyun-sms": "aliyun-sms.js"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://gitee.com/shiyanqw/node-red-tosun-lora/tree/master/aliyun-sms.git"
}
}