{
    "name": "pg-altergen",
    "version": "3.0.10",
    "main": "index.js",
    "bin": {
        "pg-altergen": "./bin/cli"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "Marek Mráz",
    "license": "MIT",
    "description": "A Node.js CLI tool for managing PostgreSQL schema changes by organizing database objects in SQL files and generating ordered migration scripts with automatic dependency resolution.",
    "keywords": [
        "postgresql",
        "postgres",
        "pg",
        "database",
        "sql",
        "migration",
        "schema",
        "cli",
        "migration-tool",
        "database-migration",
        "schema-migration",
        "dependency-resolution",
        "alter",
        "database-management",
        "schema-management",
        "versioning"
    ],
    "dependencies": {
        "csv-parser": "^3.1.0",
        "querybuilderpg": "^1.0.24",
        "total5": "^0.0.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Mrazbb/pg-altergen.git"
    },
    "bugs": {
        "url": "https://github.com/Mrazbb/pg-altergen/issues"
    },
    "homepage": "https://github.com/Mrazbb/pg-altergen#readme"
}
