UNPKG

@jefiozie/ngx-aws-deploy

Version:

Deploy an Angular app to Amazon S3 directly from the Angular CLI

40 lines (39 loc) 888 B
{ "name": "@jefiozie/ngx-aws-deploy", "version": "5.1.0", "description": "Deploy an Angular app to Amazon S3 directly from the Angular CLI", "main": "index.js", "builders": "./builders.json", "schematics": "./collection.json", "ng-add": { "save": "devDependencies" }, "repository": { "type": "git", "url": "https://github.com/Jefiozie/ngx-aws-deploy.git" }, "keywords": [ "angular", "schematics", "cli", "angular-cli", "amazon", "aws", "deploy", "ng deploy" ], "author": "Jeffrey Bosch", "license": "MIT", "dependencies": { "@angular-devkit/architect": "0.1402.6", "@angular-devkit/core": "~14.2.0", "@angular-devkit/schematics": "14.2.6", "aws-sdk": "^2.766.0", "glob": "8.0.3", "mime-types": "2.1.35" }, "peerDependencies": { "tslib": "2.4.0" }, "types": "./src/index.d.ts" }