UNPKG

simplify-cli

Version:
38 lines (37 loc) 860 B
{ "name": "simplify-cli", "version": "0.1.39", "description": "Simplify CLI - Easy Deployment", "main": "cli.js", "bin": { "simplify-cli": "cli.js" }, "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/simplify-framework/cli.git" }, "keywords": [ "simplify-framework", "cloudformation", "boilerplate", "template", "lambda" ], "author": "Duong Dinh Cuong", "license": "MIT", "bugs": { "url": "https://github.com/simplify-framework/cli/issues" }, "homepage": "https://github.com/simplify-framework/cli#readme", "dependencies": { "amazon-cognito-identity-js": "^4.6.0", "cross-fetch": "^3.0.6", "dotenv": "^8.2.0", "readline-sync": "^1.4.10", "simplify-sdk": "^0.1.53", "uuid": "^8.3.1", "yaml-cfn": "^0.2.3", "yargs": "^15.4.1" } }