documentation

This commit is contained in:
Jan Prochazka
2020-11-17 07:37:32 +01:00
parent b849e5f81c
commit 3a83418fe4
6 changed files with 205 additions and 2 deletions

View File

@@ -3,6 +3,16 @@
"name": "dbgate-tools",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",
"url": "https://github.com/dbshell/dbgate.git"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"scripts": {
"prepare": "yarn build",
"build": "tsc",