botframework-s3storage
Version:
This is a library to store botframework bot state to s3
35 lines (34 loc) • 742 B
JSON
{
"name": "botframework-s3storage",
"version": "0.0.3",
"description": "This is a library to store botframework bot state to s3",
"main": "dist/s3storage.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"botframework",
"botbuilder",
"memorystorage",
"serverless",
"lambda",
"s3",
"aws",
"storage"
],
"author": "Takaaki Sato (https://github.com/takaaki-s/)",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.471.0",
"botbuilder-core": "^4.4.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
}
}