{
  "name": "dbgate-serve",
  "version": "7.2.4",
  "homepage": "https://www.dbgate.io/",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbgate/dbgate.git"
  },
  "description": "Opensource database administration tool - web interface",
  "author": "Jan Prochazka",
  "license": "GPL-3.0",
  "bin": {
    "dbgate-serve": "./bin/dbgate-serve.js"
  },
  "keywords": [
    "sql",
    "dbgate",
    "web"
  ],
  "dependencies": {
    "dbgate-api": "7.2.4",
    "dbgate-plugin-clickhouse": "7.2.4",
    "dbgate-plugin-csv": "7.2.4",
    "dbgate-plugin-excel": "7.2.4",
    "dbgate-plugin-mongo": "7.2.4",
    "dbgate-plugin-mssql": "7.2.4",
    "dbgate-plugin-mysql": "7.2.4",
    "dbgate-plugin-oracle": "7.2.4",
    "dbgate-plugin-postgres": "7.2.4",
    "dbgate-plugin-redis": "7.2.4",
    "dbgate-plugin-sqlite": "7.2.4",
    "dbgate-plugin-xml": "7.2.4",
    "dbgate-web": "7.2.4",
    "dotenv": "^16.0.0"
  }
}