wickr-bedrock-bot
Version:
AWS Wickr's own Bedrock Bot
26 lines (25 loc) • 507 B
JSON
{
"name": "wickrio_addon",
"version": "7.1.5",
"description": "WickrIO's Javascript bot API's",
"main": "src/wickrio_addon.js",
"license": "MIT",
"keywords": [
"github",
"wickr",
"bot",
"wickrio",
"integration"
],
"dependencies": {
"zeromq": "6.0.4",
"nan": "^2.13.2",
"deasync":"^0.1.29",
"async-mutex":"^0.5.0",
"@aws-sdk/client-sqs": "^3.272.0"
},
"repository": {
"type": "git",
"url": "https://github.com/WickrInc/wickrio_addon"
}
}