From e6adde27607fc8f041d2a3303230749a48471339 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sun, 28 May 2023 09:00:47 +0800 Subject: [PATCH] Create package.json --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..606735d --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "com.dcfa_pixels.dragonecs", + "author": + { + "name": "DCFApixels", + "url": "https://github.com/DCFApixels" + }, + "displayName": "DragonECS", + "description": "C# Entity Component System Framework", + "unity": "2020.3", + "version": "0.7.0", + "repository": { + "type": "git", + "url": "https://github.com/DCFApixels/DragonECS.git" + }, + "keywords": + [ + "ecs", + "performance", + "dragonecs", + "framework" + ] +} \ No newline at end of file