{
    "name": "mage-db-sync",
    "version": "2.2.8",
    "description": "Database synchronizer for Magento, based on Magerun",
    "license": "MIT",
    "author": {
        "name": "Jelle Siderius"
    },
    "main": "./dist/mage-db-sync.js",
    "bin": {
        "mage-db-sync": "bin/mage-db-sync.js"
    },
    "preferGlobal": true,
    "keywords": [
        "magento",
        "magento2",
        "database",
        "sync",
        "synchronizer",
        "magerun",
        "magerun2",
        "development",
        "dev-tools",
        "database-import",
        "database-export",
        "database-dump",
        "ssh",
        "mysql",
        "cli",
        "magento-development",
        "magento-tools",
        "wordpress",
        "database-migration",
        "n98-magerun2"
    ],
    "scripts": {
        "build": "tsc",
        "watch": "tsc --watch",
        "prepare": "npm run build",
        "postinstall": "node scripts/postinstall.js",
        "migrate-config": "node scripts/migrate-config.js",
        "dev": "ts-node src/mage-db-sync.ts",
        "lint": "eslint src/**/*.ts",
        "lint:fix": "eslint src/**/*.ts --fix"
    },
    "devDependencies": {
        "@types/cli-progress": "^3.11.6",
        "@types/command-exists": "^1.2.3",
        "@types/get-installed-path": "^4.0.3",
        "@types/inquirer": "^9.0.7",
        "@types/jest": "^30.0.0",
        "@types/node": "^24.10.0",
        "@types/node-fetch": "^2.6.13",
        "@types/semver": "^7.7.1",
        "@typescript-eslint/eslint-plugin": "^8.46.3",
        "@typescript-eslint/parser": "^8.46.3",
        "eslint": "^9.39.1",
        "jest": "^30.2.0",
        "ts-jest": "^29.4.5",
        "ts-node": "^10.9.2",
        "typescript": "^5.8.0",
        "typescript-eslint": "^8.46.3"
    },
    "dependencies": {
        "boxen": "^8.0.1",
        "chalk": "^5.6.2",
        "cli-progress": "^3.12.0",
        "command-exists": "^1.2.9",
        "commander": "^14.0.2",
        "dotenv": "^17.2.3",
        "execa": "^9.6.0",
        "figlet": "^1.9.0",
        "get-installed-path": "^4.0.8",
        "gradient-string": "^3.0.0",
        "inquirer": "^8.2.7",
        "inquirer-search-list": "^1.2.6",
        "inquirer-ts-checkbox-plus-prompt": "^1.0.1",
        "kleur": "^4.1.5",
        "latest-version": "^9.0.0",
        "listr2": "^9.0.5",
        "node-fetch": "^3.3.2",
        "node-ssh": "^13.2.1",
        "semver": "^7.7.3",
        "ssh2": "^1.17.0",
        "tslib": "^2.6.2",
        "winston": "^3.18.3",
        "zod": "^4.1.12"
    },
    "engines": {
        "node": ">=24.0.0"
    },
    "overrides": {
        "tmp": "^0.2.4"
    },
    "files": [
        "bin/",
        "dist/",
        "config/**/*.sample",
        "config/static-settings.json",
        "files/",
        "scripts/",
        "LICENSE.md",
        "README.md"
    ]
}
