umzug-dynamodb-storage
Version:
A storage backend for migrating dynamoDB tables with umzug
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "umzug-dynamodb-storage",
"version": "1.0.3",
"description": "A storage backend for migrating dynamoDB tables with umzug",
"main": "index.js",
"scripts": {
"test": "istanbul cover --print detail _mocha test -- -R spec",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Floby/node-umzug-dynamodb-storage.git"
},
"keywords": [
"umzug",
"dynamoDB",
"AWS",
"migration",
"schema",
"migrate"
],
"author": "Florent Jaby <florent.jaby@octo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Floby/node-umzug-dynamodb-storage/issues"
},
"homepage": "https://github.com/Floby/node-umzug-dynamodb-storage#readme",
"devDependencies": {
"aws-sdk": "^2.532.0",
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"dynalite": "^2.3.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"pify": "^3.0.0"
},
"dependencies": {
"delay": "^2.0.0",
"dynogels": "^9.1.0",
"dynogels-promisified": "^1.0.4",
"joi": "^13.7.0"
}
}