From 7ca0ac5e89e54231d22d4879df6ea7056714f318 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Tue, 30 May 2023 02:27:15 +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..f9ce166 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "com.dcfa_pixels.dragonecs-auto_injections", + "author": + { + "name": "DCFApixels", + "url": "https://github.com/DCFApixels/DragonECS-AutoInjections" + }, + "displayName": "DragonECS-AutoInjections", + "description": "Auto Injections for DragonECS", + "unity": "2020.3", + "version": "0.9.0", + "repository": { + "type": "git", + "url": "https://github.com/DCFApixels/DragonECS-AutoInjections.git" + }, + "keywords": + [ + "ecs", + "dragonecs", + "extension", + "add-on" + ] +} \ No newline at end of file