From 524b690119b31a6f54d877613434123ac31aff81 Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Thu, 14 Nov 2024 17:43:42 -0800 Subject: [PATCH] fix: update package json with contributors --- playgrounds/app/package.json | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/playgrounds/app/package.json b/playgrounds/app/package.json index ed6b550..437c038 100644 --- a/playgrounds/app/package.json +++ b/playgrounds/app/package.json @@ -1,6 +1,48 @@ { "name": "giffium-app", + "version": "0.0.1", + "description": "Giffium is a social sharable diff tool. Use it to generate buttery smooth animated gifs from your source code diffs. Giffium is built with SolidJS, Drizzle, Turso, and Shiki/Shiki Magic Move.", "type": "module", + "license": "MIT", + "author": "Chris Griffing", + "contributors": [ + { + "name": "cmgriffing", + "url": "https://github.com/cmgriffing" + }, + { + "name": "Salman2301", + "url": "https://github.com/Salman2301" + }, + { + "name": "xcrap", + "url": "https://github.com/xcrap" + }, + { + "name": "disdain13", + "url": "https://github.com/disdain13" + }, + { + "name": "miniscruff", + "url": "https://github.com/miniscruff" + }, + { + "name": "KushalGaywala", + "url": "https://github.com/KushalGaywala" + }, + { + "name": "alanhoskins", + "url": "https://github.com/alanhoskins" + }, + { + "name": "SabAlej", + "url": "https://github.com/SabAlej" + }, + { + "name": "naourass", + "url": "https://github.com/naourass" + } + ], "scripts": { "dev": "vinxi dev", "build": "vinxi build",