Last active
February 25, 2019 10:27
-
-
Save WisaniShilumani/7f05fc4c2f9aecb4142cc3d422157ef1 to your computer and use it in GitHub Desktop.
Deploy Could Formation Package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "my-sam-package", | |
"version": "1.0.0", | |
"description": "My amazing sam package", | |
"main": "src/index.js", | |
"repository": "https://github.com/my-awesome-org/my-sam-package", | |
"author": "Me", | |
"license": "MIT", | |
"private": true, | |
"scripts": { | |
"deploy": "./bin/deploy.sh" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment