Add package.json

This commit is contained in:
2024-10-04 15:02:33 +00:00
parent f05b370135
commit 8b992c0364

18
package.json Normal file
View File

@@ -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": { }
}