updated author and contributors package.json fields

This commit is contained in:
Jonathan Barrow 2023-10-02 12:37:48 -04:00
parent 7d86ea3d92
commit 4e894e9195
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F

View File

@ -11,7 +11,19 @@
"test": "ts-node test/test.ts"
},
"keywords": [],
"author": "Jemma",
"author": "Pretendo Network",
"contributors": [
{
"name" : "Jemma Poffinbarger",
"email" : "contact@jemsoftware.dev",
"url" : "https://jemsoftware.dev/"
},
{
"name" : "Jonathan Barrow",
"email" : "jonbarrow1998@gmail.com",
"url" : "https://jonbarrow.dev/"
}
],
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1204.0",