query-splitter - documentation, publish

This commit is contained in:
Jan Prochazka
2021-06-03 07:40:35 +02:00
parent 5d661ad3a3
commit 64c7072aca
4 changed files with 54 additions and 3 deletions

View File

@@ -3,6 +3,20 @@
"name": "dbgate-query-splitter",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"description": "SQL Query splitter for verious database engines",
"homepage": "https://github.com/dbgate/dbgate/tree/master/packages/query-splitter",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate"
},
"author": "Jan Prochazka",
"license": "MIT",
"keywords": [
"SQL",
"query",
"split",
"parse"
],
"scripts": {
"build": "tsc",
"start": "tsc --watch",
@@ -19,8 +33,5 @@
"jest": "^24.9.0",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5"
},
"dependencies": {
"lodash": "^4.17.21"
}
}