{ "name": "serverless-s3-sync", "version": "1.7.3", "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 (https://github.com/k1LoW)", "repository": "k1LoW/serverless-s3-sync", "license": "MIT", "dependencies": { "@monolambda/s3": "^1.0.2", "bluebird": "^3.5.2", "chalk": "^2.0.1", "minimatch": "^3.0.4" } }