mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 08:33:58 +00:00
missing dependency
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-api",
|
"name": "dbgate-api",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
|
|
||||||
"homepage": "https://dbgate.org/",
|
"homepage": "https://dbgate.org/",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -45,6 +45,7 @@
|
|||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"http": "^0.0.0",
|
"http": "^0.0.0",
|
||||||
"line-reader": "^0.4.0",
|
"line-reader": "^0.4.0",
|
||||||
|
"lodash": "^4.17.15",
|
||||||
"mssql": "^6.0.1",
|
"mssql": "^6.0.1",
|
||||||
"mysql": "^2.17.1",
|
"mysql": "^2.17.1",
|
||||||
"nedb-promises": "^4.0.1",
|
"nedb-promises": "^4.0.1",
|
||||||
|
|||||||
@@ -1,18 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"name": "dbgate-sqltree",
|
"name": "dbgate-sqltree",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
|
|
||||||
"homepage": "https://dbgate.org/",
|
"homepage": "https://dbgate.org/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/dbshell/dbgate.git"
|
"url": "https://github.com/dbshell/dbgate.git"
|
||||||
},
|
},
|
||||||
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"sql",
|
"sql",
|
||||||
"mssql",
|
"mssql",
|
||||||
@@ -21,7 +19,6 @@
|
|||||||
"query",
|
"query",
|
||||||
"dbgate"
|
"dbgate"
|
||||||
],
|
],
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "yarn build",
|
"prepare": "yarn build",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
@@ -31,8 +28,11 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dbgate-types": "^1.0.0",
|
|
||||||
"@types/node": "^13.7.0",
|
"@types/node": "^13.7.0",
|
||||||
|
"dbgate-types": "^1.0.0",
|
||||||
"typescript": "^3.7.5"
|
"typescript": "^3.7.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": "^4.17.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user