{ "name": "dbgate-serve", "version": "5.0.0-alpha.1", "homepage": "https://dbgate.org/", "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": "^5.0.0-alpha.1", "dbgate-plugin-csv": "^5.0.0-alpha.1", "dbgate-plugin-excel": "^5.0.0-alpha.1", "dbgate-plugin-mongo": "^5.0.0-alpha.1", "dbgate-plugin-mssql": "^5.0.0-alpha.1", "dbgate-plugin-mysql": "^5.0.0-alpha.1", "dbgate-plugin-postgres": "^5.0.0-alpha.1", "dbgate-plugin-xml": "^5.0.0-alpha.1", "dbgate-web": "^5.0.0-alpha.1", "dotenv": "^16.0.0" } }