mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 13:26:00 +00:00
missing dependency
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-engines",
|
"name": "dbgate-engines",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "./index.d.ts",
|
"typings": "./index.d.ts",
|
||||||
|
|
||||||
"homepage": "https://dbgate.org/",
|
"homepage": "https://dbgate.org/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -12,7 +11,6 @@
|
|||||||
"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",
|
||||||
@@ -20,15 +18,15 @@
|
|||||||
"postgresql",
|
"postgresql",
|
||||||
"dbgate"
|
"dbgate"
|
||||||
],
|
],
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dbgate-types": "^1.0.0",
|
|
||||||
"@types/lodash": "^4.14.149",
|
"@types/lodash": "^4.14.149",
|
||||||
|
"dbgate-types": "^1.0.0",
|
||||||
"nodemon": "^2.0.2",
|
"nodemon": "^2.0.2",
|
||||||
"typescript": "^3.7.5"
|
"typescript": "^3.7.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"dbgate-tools": "^1.0.0",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"dbgate-tools": "^1.0.0"
|
"moment": "^2.24.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user