UNPKG

automated-deployment-aws

Version:

Library that automates the deployment of the current project into aws machine

30 lines (29 loc) 716 B
{ "name": "automated-deployment-aws", "version": "5.0.0", "description": "Library that automates the deployment of the current project into aws machine", "main": "index.js", "bin": { "automated-deployment-aws": "addAWSIgnoreFile.js" }, "scripts": { "test1": "echo \"Error: no test specified\" && exit 1", "postinstall": "node addAWSIgnoreFile.js" }, "author": "THIS", "license": "ISC", "dependencies": { "archiver": "^4.0.1", "chalk": "^2.4.1", "path": "^0.12.7", "validator": "^10.8.0", "yargs": "^12.0.2" }, "devDependencies": {}, "keywords": [ "automated-deployment", "CI-CD", "deployment", "automate" ] }