From 3174145067f2132965c1c78704a32b201e7d0cba Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 7 Oct 2023 22:59:51 +0200 Subject: [PATCH] update package.json --- package.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c5260a8..8835d90 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,27 @@ { "name": "ts5-obs-overlay", - "private": true, + "private": false, "version": "1.3.1", "description": "Overlay for OBS to show the current talking clients in your Teamspeak 5 Channel", + "author": "DerTyp7", "homepage": "https://dertyp7.github.io/ts5-obs-overlay", + "repository": { + "type": "git", + "url": "https://github.com/DerTyp7/ts5-obs-overlay" + }, + "keywords": [ + "ts5", + "teamspeak", + "overlay", + "remote app", + "obs", + "typescript", + "react", + "vite" + ], + "bugs": { + "url": "https://github.com/DerTyp7/ts5-obs-overlay/issues" + }, "type": "module", "scripts": { "dev": "vite",