license, API - prepare to run from dbgate npm package

This commit is contained in:
Jan Prochazka 2021-02-07 09:44:42 +01:00
parent fc11fe1e8d
commit 2aa965cf3b
5 changed files with 8 additions and 5 deletions

View File

@ -9,7 +9,7 @@
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"license": "MIT",
"keywords": [
"sql",
"json",

View File

@ -18,4 +18,7 @@ if (argument && argument.endsWith('Process')) {
main.start(argument);
}
module.exports = shell;
module.exports = {
...shell,
mainModule: main,
};

View File

@ -10,7 +10,7 @@
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"license": "MIT",
"keywords": [
"sql",
"mssql",

View File

@ -10,7 +10,7 @@
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"license": "MIT",
"keywords": [
"sql",
"dbgate"

View File

@ -8,7 +8,7 @@
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"license": "MIT",
"keywords": [
"dbgate"
],