@byu-oit/umzug-storage-dynamodb
Version:
DynamoDB storage for Umzug migration logs.
31 lines (30 loc) • 744 B
JSON
{
"name": "@byu-oit/umzug-storage-dynamodb",
"version": "0.3.2",
"description": "DynamoDB storage for Umzug migration logs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byu-oit/dynamodb-umzug-storage.git"
},
"keywords": [
"umzug",
"dynamodb",
"migration",
"migrate",
"migrations",
"database"
],
"author": "Jamie Visker",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/byu-oit/dynamodb-umzug-storage/issues"
},
"homepage": "https://github.com/byu-oit/dynamodb-umzug-storage#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.25.0"
}
}