UNPKG

pg-flyway

Version:

Migration tool for PostgreSQL database, NodeJS version of Java migration tool - flyway (not wrapper for https://flywaydb.org/documentation/commandline)

63 lines (62 loc) 1.41 kB
{ "name": "pg-flyway", "description": "Migration tool for PostgreSQL database, NodeJS version of Java migration tool - flyway (not wrapper for https://flywaydb.org/documentation/commandline)", "version": "1.3.2", "bin": { "pg-flyway": "./index.js" }, "keywords": [ "flyway", "flywaydb", "postgres", "postgresql", "pg", "cli", "migration", "migrations", "pg-tools", "pg-flyway", "sql", "psql" ], "license": "MIT", "author": "EndyKaufman <admin@site15.ru>", "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public", "provenance": true }, "bugs": { "url": "https://github.com/EndyKaufman/pg-tools/issues" }, "homepage": "https://github.com/EndyKaufman/pg-tools", "repository": { "type": "git", "url": "git+https://github.com/EndyKaufman/pg-tools.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "admin@site15.ru" } ], "dependencies": { "cosmiconfig": "9.0.0", "commander": "13.0.0", "crc-32": "1.2.2", "log4js": "6.9.1", "natural-orderby": "^5.0.0", "recursive-readdir": "2.2.3", "tslib": "^2.3.0", "pg": "8.13.1", "date-fns": "4.1.0", "console-table-printer": "2.12.1", "connection-string": "4.3.5" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts" }