UNPKG

config-ymal-react-angular

Version:

A CLI to help generate a YMAL for deploying React and Angular App

24 lines 519 B
{ "name": "config-ymal-react-angular", "version": "1.1.1", "description": "A CLI to help generate a YMAL for deploying React and Angular App", "main": "src/index.js", "bin": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Angular", "YAML", "YML", "React deploy", "VUE Deploy", "static deploy" ], "author": "Babandeep Singh", "license": "MIT", "dependencies": { "inquirer": "^7.3.3", "yaml": "^1.10.0" } }