update package.json

This commit is contained in:
Janis
2023-10-07 22:59:51 +02:00
parent c40b33de2b
commit 3174145067

View File

@@ -1,9 +1,27 @@
{ {
"name": "ts5-obs-overlay", "name": "ts5-obs-overlay",
"private": true, "private": false,
"version": "1.3.1", "version": "1.3.1",
"description": "Overlay for OBS to show the current talking clients in your Teamspeak 5 Channel", "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", "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", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",