From 8b992c0364ecf73fb71ffada99d752db87f24dd4 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Fri, 4 Oct 2024 15:02:33 +0000 Subject: [PATCH] Add package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..cdd859e --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "ru.shazbot.nativefiledialog", + "version": "1.1.6", + "displayName": "Native File Dialog", + "description": "Based on https://github.com/milleniumbug/NativeFileDialogSharp", + "licensesUrl": "https://git.well-placed.de/InnoLab/NativeFileDialog/src/LICENSE.md", + "keywords": [ + "native", + "file", + "dialog" + ], + "author": { + "name": "Alexander Filippov", + "email": "alexander@shazbot.ru", + "url": "https://shazbot.ru/" + }, + "dependencies": { } +} \ No newline at end of file