From 4e894e9195026f0cd3744d0b62dc9392e0c9c812 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Mon, 2 Oct 2023 12:37:48 -0400 Subject: [PATCH] updated author and contributors package.json fields --- package.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 35c3be9..48de895 100644 --- a/package.json +++ b/package.json @@ -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",