UNPKG

serverless-s3-sync

Version:

A plugin to sync local directories and S3 prefixes for Serverless Framework.

26 lines (25 loc) 620 B
{ "name": "serverless-s3-sync", "version": "3.4.0", "description": "A plugin to sync local directories and S3 prefixes for Serverless Framework.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "serverless", "s3" ], "author": "k1LoW <k1lowxb@gmail.com> (https://github.com/k1LoW)", "repository": "k1LoW/serverless-s3-sync", "license": "MIT", "dependencies": { "@auth0/s3": "^1.0.0", "bluebird": "^3.5.4", "mime": "^2.4.4", "minimatch": "^3.0.4" }, "peerDependencies": { "serverless": "3.x || 4.x" } }