@wickr-sample-integrations/wickrio-lex-bot
Version:
Using the AWS SDK for JavaScript V3 to create a Lex chatbot within Wickr.
39 lines (38 loc) • 1.24 kB
JSON
{
"name": "@wickr-sample-integrations/wickrio-lex-bot",
"version": "6.48.4",
"description": "Using the AWS SDK for JavaScript V3 to create a Lex chatbot within Wickr.",
"main": "lex_bot.js",
"repository": "",
"author": "paulcus",
"license": "Apache 2.0",
"keywords": [
"wickr",
"wickrio",
"wickrbot",
"bot",
"bots",
"secure",
"messaging",
"api",
"wickrsampleintegrations"
],
"scripts": {
"start": "nohup wpm2 start --no-metrics ./wpm.json >>wpm2.output 2>&1 & echo $! > $(cat pidLocation.json)",
"stop": "kill $(cat $(cat pidLocation.json))",
"restart": "kill $(cat $(cat pidLocation.json)) && nohup wpm2 start --no-metrics ./wpm.json >>wpm2.output 2>&1 & echo $! > $(cat pidLocation.json)"
},
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.347.1",
"@aws-sdk/client-comprehend": "^3.347.1",
"@aws-sdk/client-iam": "^3.347.1",
"@aws-sdk/client-lex-runtime-v2": "^3.347.1",
"@aws-sdk/client-translate": "^3.347.1",
"@aws-sdk/credential-provider-cognito-identity": "^3.347.1",
"@aws-sdk/credential-providers": "^3.360.0",
"dotenv": "^8.2.0",
"prompt": "^1.0.0",
"filereader": "^0.10.3",
"wickrio-bot-api": "7.1.x"
}
}