From fd702de0277c29b04cadcd222ab7f94f959f89ef Mon Sep 17 00:00:00 2001 From: Vincenzo Fehring Date: Fri, 19 May 2023 06:53:27 -0500 Subject: [PATCH] Added package StripeKit (#2602) Co-authored-by: Gabriel Huber --- packages.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 3ee7bdc..5e88e25 100644 --- a/packages.json +++ b/packages.json @@ -30205,7 +30205,14 @@ "url": "https://github.com/joshuajohncohen/chat_openai-nim", "method": "git", "tags": [ - "openai", "chatgpt", "chat", "client", "cli", "gpt4", "gpt-4", "gpt" + "openai", + "chatgpt", + "chat", + "client", + "cli", + "gpt4", + "gpt-4", + "gpt" ], "description": "A CLI for the Chat series of models provided by OpenAI", "license": "MIT", @@ -30224,5 +30231,17 @@ "license": "AGPL-3.0-only", "web": "https://github.com/Gruruya/nmostr", "doc": "https://gruruya.github.io/nmostr" + }, + { + "name": "StripeKit", + "url": "https://github.com/vfehring/StripeKit", + "method": "git", + "tags": [ + "payment-processor", + "stripe" + ], + "description": "Stripe API wrapper for Nim", + "license": "MIT", + "web": "https://github.com/vfehring/StripeKit" } ]