From dab67887bdca5a917794434199f85bb271f3a0a0 Mon Sep 17 00:00:00 2001 From: THeTechWiz5305 <132825368+TheTechWiz5305@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:17:04 -0400 Subject: [PATCH] Create package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0e5f1d2 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "com.metater.metavoicechat", + "version": "3", + "displayName": "MetaVoiceChat", + "description": "Self-contained proximity voice chat solution for Unity.", + "unity": "2021.3", + "unityRelease": "35", + "documentationUrl": "https://github.com/Metater/MetaVoiceChat#tutorial", + "changelogUrl": "https://github.com/Metater/MetaVoiceChat/releases", + "licensesUrl": "https://github.com/Metater/MetaVoiceChat/blob/main/LICENSE", + "keywords": [ + "Voice", + "Network", + "Mirror", + "Fish", + "FishNet" + ], + "author": { + "name": "Metater", + "email": "unity@example.com" + } +} \ No newline at end of file