Created
March 25, 2021 16:02
-
-
Save oxlb/77c22a3f172df4162f8fd34ec482b04a to your computer and use it in GitHub Desktop.
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": "localstack-sqs", | |
"version": "1.0.0", | |
"description": "localstack sqs", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [ | |
"onexlab", | |
"localstack-sqs" | |
], | |
"author": "onexlab", | |
"license": "ISC", | |
"dependencies": { | |
"aws-sdk": "^2.871.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment