reduce dbgate-tools package size

This commit is contained in:
Jan Prochazka
2020-11-24 19:06:05 +01:00
parent 5862a2cdc4
commit 556a35f4ba
7 changed files with 27 additions and 30 deletions

View File

@@ -1,23 +1,20 @@
{
"version": "1.0.1",
"version": "1.0.3",
"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",
"keywords": [
"sql",
"dbgate"
],
"scripts": {
"prepare": "yarn build",
"build": "tsc",
@@ -28,14 +25,13 @@
"lib"
],
"devDependencies": {
"dbgate-types": "^1.0.0",
"@types/node": "^13.7.0",
"dbgate-types": "^1.0.0",
"jest": "^24.9.0",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5"
},
"dependencies": {
"lodash": "^4.17.15",
"moment": "^2.24.0"
"lodash": "^4.17.15"
}
}