mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
27 lines
580 B
JSON
27 lines
580 B
JSON
{
|
|
"name": "dbgate-engines",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"typings": "./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",
|
|
|
|
"devDependencies": {
|
|
"dbgate-types": "^1.0.0",
|
|
"@types/lodash": "^4.14.149",
|
|
"nodemon": "^2.0.2",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.15",
|
|
"dbgate-tools": "^1.0.0"
|
|
}
|
|
}
|