UNPKG

pglaunch

Version:

Generate multiple PostgreSQL connection strings/databases using CLI for development environments!

44 lines (43 loc) 1.01 kB
{ "name": "pglaunch", "version": "5.5.7", "description": "Generate multiple PostgreSQL connection strings/databases using CLI for development environments!", "keywords": [ "cli", "connection", "database", "docker", "launcher", "pg", "pgcli", "pglaunch", "pgsql", "postgres", "postgresql", "psql" ], "homepage": "https://github.com/nrjdalal/pglaunch#readme", "bugs": "https://github.com/nrjdalal/pglaunch/issues", "repository": "nrjdalal/pglaunch", "funding": "https://github.com/sponsors/nrjdalal", "license": "MIT", "author": { "name": "Neeraj Dalal", "email": "admin@nrjdalal.com", "url": "https://nrjdalal.com" }, "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "bin": "./dist/bin/index.js", "files": [ "dist" ], "dependencies": { "get-port": "^7.1.0", "nano-spawn": "^1.0.2", "nanoid": "^5.1.5", "terminal-link": "^4.0.0", "yoctocolors": "^2.1.1" } }