theBenForce/data-migration

View on GitHub
plugins/trackers/dynamo/package.json

Summary

Maintainability
Test Coverage
{
  "name": "dm-tracker-dynamodb",
  "version": "1.5.14",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "author": "Ben Force",
  "homepage": "https://data-migration.js.org/plugins/trackers/dynamo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theBenForce/data-migration.git"
  },
  "dependencies": {
    "aws-sdk": "^2.655.0",
    "data-migration": "^2.17.0",
    "date-fns": "^2.11.1"
  },
  "scripts": {
    "build": "tsc"
  },
  "files": [
    "/lib"
  ]
}