UNPKG

@app.json/cloudformation

Version:

Plugin for @app.json/cli that parses CloudFormation templates and extract config information

27 lines (26 loc) 626 B
{ "name": "@app.json/cloudformation", "version": "0.0.10", "description": "Plugin for @app.json/cli that parses CloudFormation templates and extract config information", "keywords": [ "app.json", "config", "app", "microservices", "deploy", "run" ], "main": "src/index.js", "author": "studds@fastmail.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/studds/app.json", "directory": "packages/cloudformation" }, "dependencies": { "cloudformation-js-yaml-schema": "^0.4.2", "js-yaml": "^3.13.1", "lodash.merge": "^4.6.2" } }