theBenForce/data-migration

View on GitHub
plugins/processors/dm-processor-cf/package.json

Summary

Maintainability
Test Coverage
{
  "name": "dm-processor-cf",
  "version": "1.6.14",
  "description": "Gets an output from cloudformation and returns the value",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Ben Force",
  "license": "MIT",
  "homepage": "https://data-migration.js.org/plugins/processors/dm-processor-cf",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theBenForce/data-migration.git"
  },
  "dependencies": {
    "aws-sdk": "^2.655.0",
    "data-migration": "^2.17.0"
  },
  "scripts": {
    "build": "tsc"
  },
  "files": [
    "/lib"
  ],
  "gitHead": "3e1557dd7fba054a0ddd53299cad6143d406c62b"
}