mngr
Version:
Command-line cross-platform databases management TUI tool
54 lines • 975 B
JSON
{
"name": "mngr",
"version": "2.0.19",
"description": "Command-line cross-platform databases management TUI tool",
"keywords": [
"admin",
"ansi",
"ascii",
"cli",
"console",
"curses",
"gui",
"json",
"json-server",
"manager",
"mariadb",
"mongo",
"mongodb",
"mysql",
"ncurses",
"postgres",
"postgresdb",
"react",
"react-curse",
"renderer",
"robo3t",
"sqlite",
"term",
"terminal",
"tmux",
"tool",
"tui",
"unicode",
"vim",
"xterm"
],
"author": {
"name": "Oleksandr Vasyliev",
"email": "infely@gmail.com",
"url": "https://github.com/infely"
},
"repository": "infely/mngr",
"homepage": "https://github.com/infely/mngr",
"license": "MIT",
"type": "module",
"dependencies": {
"mariadb": "^3.4.1",
"mongodb": "^6.15.0",
"pg": "^8.14.1",
"react-curse": "^1.0.15",
"sqlite3": "^5.1.7"
},
"bin": "index.js"
}